new DBD.Dashboard({
  supportServer: {
    slash: String,
    inviteUrl: String,
  },
});

Example Usage

new DBD.Dashboard({
  supportServer: {
    slash: "/support",
    inviteUrl: "https://discord.gg/invite",
  },
});

Props

slash
string
required
The url for the invite endpoint
inviteUrl
string
required
The invite url of the endpoint.