new DBD.Dashboard({
supportServer: {
slash: String,
inviteUrl: String,
},
});
Example Usage
new DBD.Dashboard({
supportServer: {
slash: "/support",
inviteUrl: "https://discord.gg/invite",
},
});
Props
The url for the invite endpoint
The invite url of the endpoint.