Skip to content

Commit

Permalink
feat(UserPublicFlags): Add ACTIVE_DEVELOPER
Browse files Browse the repository at this point in the history
Add ACTIVE_DEVELOPER flag in UserPublicFlags.

discordjs/discord-api-types#638
  • Loading branch information
ShashankKumarSaxena committed Nov 11, 2022
1 parent d518a2e commit 0ea428a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@ bitflags! {
const DISCORD_CERTIFIED_MODERATOR = 1 << 18;
/// Bot's running with HTTP interactions
const BOT_HTTP_INTERACTIONS = 1 << 19;
/// User's flag as active developer
const ACTIVE_DEVELOPER = 1 << 22;
}
}

Expand Down

0 comments on commit 0ea428a

Please sign in to comment.