Preview environment

interface RESTOAuth2BotAuthorizationQuery

export interface RESTOAuth2BotAuthorizationQuery

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

client_id : Snowflake

Your app's client id

optional
disable_guild_select? : boolean

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

optional
guild_id? : Snowflake

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

optional
permissions? : Permissions

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

Needs to include bot for the bot flow