Specify /invite endpoint behavior.
/invite
new DBD.Dashboard({ invite: { clientId: String, scopes: String[], permissions: String, redirectUri: String, otherParams: String }, });
new DBD.Dashboard({ invite: { clientId: "CLIENT_ID", scopes: ["bot", "applications.commands"], permissions: "8", redirectUri: "http://localhost:3000", otherParams: "test", }, });
The client ID of the bot.
The scopes of the bot.
The permissions int of the bot.
The redirect URI of the bot.
The other params of the bot.
Was this page helpful?