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.