export interface RESTOAuth2BotAuthorizationQuery
https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters
externalSnowflake client_id :
Your app's client id
optionalexternalboolean disable_guild_select? :
true
or false
—disallows the user from changing the guild dropdown
optionalexternalSnowflake guild_id? :
Pre-fills the dropdown picker with a guild for the user
optionalexternalPermissions permissions? :
The permissions you're requestingSee https://discord.com/developers/docs/topics/permissions
external`${OAuth2Scopes.Bot} ${string}` | `${OAuth2Scopes.Bot}` | `${string} ${OAuth2Scopes.Bot} ${string}` | `${string} ${OAuth2Scopes.Bot}` scope :
Needs to include bot for the bot flow