Assistants Technologies home pagelight logodark logo
  • Support
  • Dashboard
  • Dashboard
Required Configuration
Bot
Home
Discord Dashboard
Soft UI
Discord Dashboard
  • Introduction
Required Configuration
  • Bot
  • Client
  • Domain
  • Port
  • Settings
  • Redirect URL
  • Theme
Optional Configuration
  • Accept Privacy Policy
  • Don't Create Server
  • Efficient Saving System
  • Invite Endpoint
  • Join Guild After Authorization
  • Minimized Console Logs
  • Rate Limits
  • Required Permissions
  • Session Store
  • SSL
  • Support Server
  • Under Maintenance Mode
Form Types
  • Channels Multiple Select
  • Channels Select
  • Checkbox
  • Color Select
  • Embed Builder
  • Input
  • Multiple Select
  • Roles Multiple Select
  • Roles Select
  • Select
  • Spacer
  • Switch
  • Text Area
Methods
  • 3rd Party Module
  • Create Custom Page
  • Dashboard Events
  • Settings Handler
  • Web Sockets
Required Configuration

Bot

The Discord JS Bot object.

new DBD.Dashboard({
  bot: DiscordJSClient,
});

​
Example Usage

new DBD.Dashboard({
  bot: bot,
});

​
Props

​
bot
object
required

The Discord.JS Client object. Need to be logged in with the token before define.

Was this page helpful?

Suggest edits
IntroductionClient
discordgithub
Powered by Mintlify
On this page
  • Example Usage
  • Props