Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.assistantscenter.com/llms.txt

Use this file to discover all available pages before exploring further.

new DBD.Dashboard({
  guildAfterAuthorization: {
    use: Boolean,
    guildId: String,
  },
});

Example Usage

new DBD.Dashboard({
  guildAfterAuthorization: {
    use: true,
    guildId: "GUILD_ID",
  },
});

Props

use
boolean
required
If you want to automatically add a user to your Discord Server where the bot is when they log into the Dashboard.
guildId
string
required
The ID of the guild to add the user to.