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", }, });
Was this page helpful?