Enum OAuthScopes
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
The oauth scopes.
public enum OAuthScopes
Fields
BOT_DEFAULT = 0Scopes: bot applications.commands (Excluding applications.commands.permissions.update for now)
BOT_MINIMAL = 1Scopes: bot applications.commands
BOT_ONLY = 2Scopes: bot
IDENTIFY_BASIC = 3Scopes: identify email
IDENTIFY_EXTENDED = 4Scopes: identify email guilds connections
ALL = 5Scopes: bot applications.commands applications.commands.permissions.update identify email guilds connections role_connections.write
ROLE_CONNECTIONS_WRITE = 6Scopes: role_connections.write