The Discord.JS Client object.
new DBD.Dashboard({ client: { id: String, secret: String, }, });
You can get those details from the Discord Developer Portal.
new DBD.Dashboard({ client: { id: "clientID", secret: "clientSecret", }, });
The client ID.
The client secret.
Was this page helpful?