ApplicationFlag
See ApplicationFlags in the Discord Developer Documentation.
Inheritors
Types
Indicates if an app uses the Auto Moderation API.
Indicates if an app has registered global application commands.
Indicates if an app is embedded within the Discord client (currently unavailable publicly).
Intent required for bots in 100 or more servers to receive member-related events like GuildMemberAdd
.
Intent required for bots in under 100 servers to receive member-related events like GuildMemberAdd
, found on the Bot page in your app's settings.
Intent required for bots in 100 or more servers to receive message content.
Intent required for bots in under 100 servers to receive message content, found on the Bot page in your app's settings.
Intent required for bots in 100 or more servers to receive PresenceUpdate
events.
Intent required for bots in under 100 servers to receive PresenceUpdate
events, found on the Bot page in your app's settings.
An unknown ApplicationFlag.
Indicates unusual growth of an app that prevents verification.
Properties
Functions
Returns an instance of ApplicationFlags that has all bits set that are set in this
and flag.
Returns an instance of ApplicationFlags that has all bits set that are set in this
and flags.