export interface RESTOAuth2BotAuthorizationQuerySee also: https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters
externalclient_id : Snowflake
Your app's client id
optionalexternaldisable_guild_select? : boolean
true or false—disallows the user from changing the guild dropdown
optionalexternalguild_id? : Snowflake
Pre-fills the dropdown picker with a guild for the user
optionalexternalpermissions? : Permissions
The permissions you're requesting
See also: https://discord.com/developers/docs/topics/permissions
externalscope : `${OAuth2Scopes.Bot} ${string}` | `${OAuth2Scopes.Bot}` | `${string} ${OAuth2Scopes.Bot} ${string}` | `${string} ${OAuth2Scopes.Bot}`
Needs to include bot for the bot flow