Required Configuration
Redirect URL
The Discord OAuth redirect URL.
new DBD.Dashboard({
redirectUri: String,
});
Please keep in mind that you will need to add the URL to your bots allowed redirect URLs in the Discord Developer Portal.
Example Usage
new DBD.Dashboard({
redirectUri: "http://localhost/discord/callback",
});
Props
redirectUri
string
default: "http://localhost/discord/callback"requiredThe Discord OAuth redirect URL.