Example Usage
Props
boolean
required
If you want to automatically add a user to your Discord Server where the bot
is when they log into the Dashboard.
string
required
The ID of the guild to add the user to.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Automatically add a user to your Discord Server where the bot is when they log into the Dashboard.
new DBD.Dashboard({
guildAfterAuthorization: {
use: Boolean,
guildId: String,
},
});
new DBD.Dashboard({
guildAfterAuthorization: {
use: true,
guildId: "GUILD_ID",
},
});
Was this page helpful?