feature: Add Discord Certified Moderator user flag (#1844)
This pull request adds the Discord Certified Moderator badge flag to the User Flags PR in discord-api-docs: https://github.com/discord/discord-api-docs/pull/2946
This commit is contained in:
@@ -67,5 +67,9 @@ namespace Discord
|
|||||||
/// Flag given to users that developed bots and early verified their accounts.
|
/// Flag given to users that developed bots and early verified their accounts.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
EarlyVerifiedBotDeveloper = 1 << 17,
|
EarlyVerifiedBotDeveloper = 1 << 17,
|
||||||
|
/// <summary>
|
||||||
|
/// Flag given to users that are discord certified moderators who has give discord's exam.
|
||||||
|
/// </summary>
|
||||||
|
DiscordCertifiedModerator = 1 << 18,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user