export interface RESTOAuth2AdvancedBotAuthorizationQueryhttps://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization
client_id : Snowflake
optionaldisable_guild_select? : boolean 
optionalguild_id? : Snowflake 
optionalpermissions? : Permissions 
The required permissions bitfield, stringified
optionalredirect_uri? : string 
response_type : string
scope : `${OAuth2Scopes.Bot} ${string}` | `${OAuth2Scopes.Bot}` | `${string} ${OAuth2Scopes.Bot} ${string}` | `${string} ${OAuth2Scopes.Bot}`
This assumes you include the bot scope alongside others (like identify for example)