Skip to content

Commit

Permalink
Update InteractionResponseType
Browse files Browse the repository at this point in the history
  • Loading branch information
typpo committed Mar 5, 2021
1 parent 113a9c6 commit 1b30b38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions discord/InteractionResponseType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

abstract class InteractionResponseType {
const PONG = 1;
const ACKNOWLEDGE = 2;
const CHANNEL_MESSAGE = 3;
const CHANNEL_MESSAGE_WITH_SOURCE = 4;
const ACKNOWLEDGE_WITH_SOURCE = 5;
const DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE = 5;
}

0 comments on commit 1b30b38

Please # to comment.