Create an endpoint containing a link with an invitation to your Discord Support server.
new DBD.Dashboard({ supportServer: { slash: String, inviteUrl: String, }, });
new DBD.Dashboard({ supportServer: { slash: "/support", inviteUrl: "https://discord.gg/invite", }, });
The url for the invite endpoint
The invite url of the endpoint.
Was this page helpful?