Skip to main content

ApplicationFlags

@discordeno/botDocs


Documentation / @discordeno/bot / ApplicationFlags

Enumeration: ApplicationFlags

https://discord.com/developers/docs/topics/oauth2#application-application-flags

Enumeration Members

ApplicationAutoModerationRuleCreateBadge

ApplicationAutoModerationRuleCreateBadge: 64

Indicates if an app uses the Auto Moderation API.

Defined in

packages/types/dist/types/shared.d.ts:173


ApplicationCommandBadge

ApplicationCommandBadge: 8388608

Indicates if an app has registered global application commands

Defined in

packages/types/dist/types/shared.d.ts:191


Embedded

Embedded: 131072

Indicates if an app is embedded within the Discord client (currently unavailable publicly)

Defined in

packages/types/dist/types/shared.d.ts:185


GatewayGuildMembers

GatewayGuildMembers: 16384

Intent required for bots in 100 or more servers to receive member-related events like 'guild_member_add'.

Defined in

packages/types/dist/types/shared.d.ts:179


GatewayGuildMembersLimited

GatewayGuildMembersLimited: 32768

Intent required for bots in under 100 servers to receive member-related events like 'guild_member_add'.

Defined in

packages/types/dist/types/shared.d.ts:181


GatewayMessageContent

GatewayMessageContent: 262144

Intent required for bots in 100 or more servers to receive message content

Defined in

packages/types/dist/types/shared.d.ts:187


GatewayMessageContentLimited

GatewayMessageContentLimited: 524288

Intent required for bots in under 100 servers to receive message content, found in Bot Settings

Defined in

packages/types/dist/types/shared.d.ts:189


GatewayPresence

GatewayPresence: 4096

Intent required for bots in 100 or more servers to receive 'presence_update' events

Defined in

packages/types/dist/types/shared.d.ts:175


GatewayPresenceLimited

GatewayPresenceLimited: 8192

Intent required for bots in under 100 servers to receive 'presence_update' events

Defined in

packages/types/dist/types/shared.d.ts:177


VerificationPendingGuildLimit

VerificationPendingGuildLimit: 65536

Indicates unusual growth of an app that prevents verification

Defined in

packages/types/dist/types/shared.d.ts:183