Skip to content

Commit

Permalink
CONTEXT_MENU_COMMAND message type
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed Aug 14, 2021
1 parent 3171d82 commit bcb7d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,7 @@ declare namespace Eris {
APPLICATION_COMMAND: 20;

GUILD_INVITE_REMINDER: 22;
CONTEXT_MENU_COMMAND: 23;
};
Permissions: {
createInstantInvite: 1n;
Expand Down
3 changes: 2 additions & 1 deletion lib/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ module.exports.MessageTypes = {
REPLY: 19,
APPLICATION_COMMAND: 20,

GUILD_INVITE_REMINDER: 22
GUILD_INVITE_REMINDER: 22,
CONTEXT_MENU_COMMAND: 23
};

module.exports.ChannelTypes = {
Expand Down

0 comments on commit bcb7d53

Please sign in to comment.