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"required

The Discord OAuth redirect URL.