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({
  redirectUri: String,
});
Please keep in mind that you will need to add the URL to your bots allowed redirect URLs in the Discord Developer Portal.

Example Usage

new DBD.Dashboard({
  redirectUri: "http://localhost/discord/callback",
});

Props

redirectUri
string
default:"http://localhost/discord/callback"
required
The Discord OAuth redirect URL.