Example Usage
Props
string
required
The client ID.
string
required
The client secret.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Discord.JS Client object.
new DBD.Dashboard({
client: {
id: String,
secret: String,
},
});
new DBD.Dashboard({
client: {
id: "clientID",
secret: "clientSecret",
},
});
Was this page helpful?