Example Usage
Props
string
required
The url for the invite endpoint
string
required
The invite url of the endpoint.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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",
},
});
Was this page helpful?