Skip to content

Commit

Permalink
Discord Certified Moderator flag (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
untuned committed Jul 3, 2021
1 parent 34f3d9c commit 3548cae
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
Expand Up @@ -1266,6 +1266,7 @@ declare namespace Eris {
BUG_HUNTER_LEVEL_2: 16384;
VERIFIED_BOT: 65536;
VERIFIED_BOT_DEVELOPER: 131072;
CERTIFIED_MODERATOR: 262144;
};
VoiceOPCodes: {
IDENTIFY: 0;
Expand Down
3 changes: 2 additions & 1 deletion lib/Constants.js
Expand Up @@ -252,7 +252,8 @@ module.exports.UserFlags = {
SYSTEM: 1 << 12,
BUG_HUNTER_LEVEL_2: 1 << 14,
VERIFIED_BOT: 1 << 16,
VERIFIED_BOT_DEVELOPER: 1 << 17
VERIFIED_BOT_DEVELOPER: 1 << 17,
CERTIFIED_MODERATOR: 1 << 18
};


Expand Down

0 comments on commit 3548cae

Please sign in to comment.