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