Discord.https - v3.0.16
    Preparing search index...

    Interface RESTOAuth2BotAuthorizationQuery

    interface RESTOAuth2BotAuthorizationQuery {
        client_id: string;
        disable_guild_select?: boolean;
        guild_id?: string;
        permissions?: string;
        scope:
            | "bot"
            | `bot ${string}`
            | `${string} bot ${string}`
            | `${string} bot`;
    }
    Index

    Properties

    client_id: string

    Your app's client id

    disable_guild_select?: boolean

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

    guild_id?: string

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

    permissions?: string

    The permissions you're requesting

    scope: "bot" | `bot ${string}` | `${string} bot ${string}` | `${string} bot`

    Needs to include bot for the bot flow