Skip to main content
Latest
interface BotAuthenticationFlowQuery
import { type BotAuthenticationFlowQuery } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

clientId: string

App's client id

scope: OAuth2Scopes[]

Needs to include bot for the bot flow

permissions: string

The permissions you're requesting

guildId: string

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

disableGuildSelect: boolean

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