new DBD.Dashboard({
  bot: DiscordJSClient,
});

Example Usage

new DBD.Dashboard({
  bot: bot,
});

Props

bot
object
required

The Discord.JS Client object. Need to be logged in with the token before define.

new DBD.Dashboard({
  bot: DiscordJSClient,
});

Example Usage

new DBD.Dashboard({
  bot: bot,
});

Props

bot
object
required

The Discord.JS Client object. Need to be logged in with the token before define.