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
Props
string
default:"http://localhost/discord/callback"
required
The Discord OAuth redirect URL.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Discord OAuth redirect URL.
new DBD.Dashboard({
redirectUri: String,
});
new DBD.Dashboard({
redirectUri: "http://localhost/discord/callback",
});
Was this page helpful?