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.