RESTOAuth2AdvancedBotAuthorizationQuery

https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization

Signature

export interface RESTOAuth2AdvancedBotAuthorizationQuery

Properties

scope: OAuth2Scopes.Bot | `${OAuth2Scopes.Bot}${' ' | '%20'}${string}` | `${string}${' ' | '%20'}${OAuth2Scopes.Bot}` | `${string}${' ' | '%20'}${OAuth2Scopes.Bot}${string}${' ' | '%20'}`;

This assumes you include the `bot` scope alongside others (like `identify` for example)