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({
  client: {
    id: String,
    secret: String,
  },
});
You can get those details from the Discord Developer Portal.

Example Usage

new DBD.Dashboard({
  client: {
    id: "clientID",
    secret: "clientSecret",
  },
});

Props

id
string
required
The client ID.
secret
string
required
The client secret.