Enum OAuthScopes
The oauth scopes.
Namespace: DisCatSharp.Enums
Assembly: DisCatSharp.dll
Syntax
public enum OAuthScopes
Fields
Name | Description |
---|---|
ALL | Scopes: bot applications.commands applications.commands.permissions.update identify email guilds connections |
BOT_DEFAULT | Scopes: bot applications.commands (Excluding applications.commands.permissions.update for now) |
BOT_MINIMAL | Scopes: bot applications.commands |
BOT_ONLY | Scopes: bot |
IDENTIFY_BASIC | Scopes: identify email |
IDENTIFY_EXTENDED | Scopes: identify email guilds connections |