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:
Max
2021-05-22 23:00:08 +05:30
committed by GitHub
parent 8afef8245c
commit 4b8d4441c5

View File

@@ -67,5 +67,9 @@ namespace Discord
/// Flag given to users that developed bots and early verified their accounts.
/// </summary>
EarlyVerifiedBotDeveloper = 1 << 17,
/// <summary>
/// Flag given to users that are discord certified moderators who has give discord's exam.
/// </summary>
DiscordCertifiedModerator = 1 << 18,
}
}