export declare enum ApplicationFlags
https://discord.com/developers/docs/resources/application#application-object-application-flags
Members
Indicates if an app uses the Auto Moderation API
Indicates if an app has registered global [application commands](https://discord.com/developers/docs/interactions/application-commands)
Indicates if an app is embedded within the Discord client (currently unavailable publicly)
This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
Intent required for bots in 100 or more servers to receive member-related events like guild_member_add
. See list of member-related events [under GUILD_MEMBERS
](https://discord.com/developers/docs/topics/gateway#list-of-intents)
Intent required for bots in under 100 servers to receive member-related events like guild_member_add
, found in Bot Settings. See list of member-related events [under GUILD_MEMBERS
](https://discord.com/developers/docs/topics/gateway#list-of-intents)
Intent required for bots in 100 or more servers to receive [message content](https://support-dev.discord.com/hc/en-us/articles/4404772028055)
Intent required for bots in under 100 servers to receive [message content](https://support-dev.discord.com/hc/en-us/articles/4404772028055), found in Bot Settings
Intent required for bots in 100 or more servers to receive presence_update
events
Intent required for bots in under 100 servers to receive presence_update
events, found in Bot Settings
This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.