Skip to content

Commit

Permalink
Update Constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed May 29, 2021
1 parent 4b99592 commit 3f87031
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@ module.exports.InteractionTypes = {
};

module.exports.InteractionResponseType = {
PONG = 1,
PONG: 1,

CHANNEL_MESSAGE_WITH_SOURCE = 4,
CHANNEL_MESSAGE_WITH_SOURCE: 4,

DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE = 5,
DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE: 5,

DEFERRED_UPDATE_MESSAGE = 6,
DEFERRED_UPDATE_MESSAGE: 6,

UPDATE_MESSAGE = 7
UPDATE_MESSAGE: 7
}

0 comments on commit 3f87031

Please sign in to comment.