|
@@ -61,9 +61,13 @@ 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> |
|
|
|
|
|
|
|
|
/// <summary> |
|
|
/// Flag given to users that are discord certified moderators who has give discord's exam. |
|
|
/// Flag given to users that are discord certified moderators who has give discord's exam. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
DiscordCertifiedModerator = 1 << 18, |
|
|
DiscordCertifiedModerator = 1 << 18, |
|
|
|
|
|
/// <summary> |
|
|
|
|
|
/// Flag given to bots that use only outgoing webhooks, exclusively. |
|
|
|
|
|
/// </summary> |
|
|
|
|
|
BotHTTPInteractions = 1 << 19, |
|
|
} |
|
|
} |
|
|
} |
|
|
} |