Assistants Technologies home pagelight logodark logo
  • Support
  • Dashboard
  • Dashboard
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

Domain

Your domain with protocol

new DBD.Dashboard({
  domain: String,
});

​
Example Usage

new DBD.Dashboard({
  domain: "http://localhost",
});

​
Props

​
domain
string
required

Your domain with protocol (http://domain.com or https://domain.com) or localhost with http protocol (http://localhost).

Was this page helpful?

Suggest edits
ClientPort
discordgithub
Powered by Mintlify
On this page
  • Example Usage
  • Props
Assistant
Responses are generated using AI and may contain mistakes.