interface RESTOAuth2BotAuthorizationQuery

external
export interface RESTOAuth2BotAuthorizationQuery

https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters

external
client_id : Snowflake

Your app's client id

optionalexternal
disable_guild_select? : boolean

true or false—disallows the user from changing the guild dropdown

optionalexternal
guild_id? : Snowflake

Pre-fills the dropdown picker with a guild for the user

optionalexternal
permissions? : Permissions

The permissions you're requestingSee https://discord.com/developers/docs/topics/permissions

external
scope : `${OAuth2Scopes.Bot} ${string}` | `${OAuth2Scopes.Bot}` | `${string} ${OAuth2Scopes.Bot} ${string}` | `${string} ${OAuth2Scopes.Bot}`

Needs to include bot for the bot flow