mirror of
https://github.com/discordeno/discordeno.git
synced 2026-07-21 21:52:52 +00:00
feat(types): add ApplicationFlags.ApplicationAutoModerationRuleCreateBadge (#2921)
Closes: https://github.com/discordeno/discordeno/issues/2920
This commit is contained in:
@@ -57,6 +57,8 @@ export enum TeamMembershipStates {
|
||||
|
||||
/** https://discord.com/developers/docs/topics/oauth2#application-application-flags */
|
||||
export enum ApplicationFlags {
|
||||
/** Indicates if an app uses the Auto Moderation API. */
|
||||
ApplicationAutoModerationRuleCreateBadge = 1 << 6,
|
||||
/** Intent required for bots in **100 or more servers** to receive [`presence_update` events](#DOCS_TOPICS_GATEWAY/presence-update) */
|
||||
GatewayPresence = 1 << 12,
|
||||
/** Intent required for bots in under 100 servers to receive [`presence_update` events](#DOCS_TOPICS_GATEWAY/presence-update), found in Bot Settings */
|
||||
|
||||
Reference in New Issue
Block a user