Skip to content

Commit

Permalink
Add new user flag for Discord Certified Moderator (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Max2408 committed May 21, 2021
1 parent 43b81f1 commit c60d504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/user.rs
Expand Up @@ -480,6 +480,8 @@ __impl_bitflags! {
VERIFIED_BOT = 0b0000_0000_0000_0001_0000_0000_0000_0000;
/// User's flag as early verified bot developer
EARLY_VERIFIED_BOT_DEVELOPER = 0b0000_0000_0000_0010_0000_0000_0000_0000;
/// User's flag as discord certified moderator
DISCORD_CERTIFIED_MODERATOR = 0b0000_0000_0000_0100_0000_0000_0000_0000;
}
}

Expand Down

0 comments on commit c60d504

Please sign in to comment.