Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to help create applications without writing a single line of code while using a user friendly Web-Dashboard!
Discord BOT Dashboard - V2
Discord BOT Dashboard V2 is the successor of Discord BOT Dashboard, Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to create applications without having to write a single line of code while using a user friendly Web-Dashboard!
Head over to the Docs to find all the instructions for setting up and running Discord BOT Dashboard V2. This can be found here!
Download the latest version from Releases, open up the root directory and run the following command.
npm install
Rename config.default.json
to config.json
and open up the file, this can be found found in the config folder and input the required fields. More info on these fields can be found on the Docs page here!
{
"clientID":"BOTclientID",
"clientSecret":"BOTclientSecret",
"callbackURL":"http://localhost:1337/login/api",
"Admin":["userAdminID"],
"token":"BOTtoken",
"prefix":"-",
"port":"3000"
}
Redirects
You must specify at least one URI for authentication to work. If you pass a URI in an OAuth request, it must exactly match one of the URIs you enter here.
http://localhost:1337/login/api
Make sure to enable both “Privileged Gateway Intents” on the Discord Developer Dashboard. This is to fix errors with “Kick / Ban” Commands!
Open up the root directory and run the following command.
node index.js
You should now be able to access the dashboard at http://localhost:3000.
A list of some of the features that are included in Discord BOT Dashboard V2
If you would like to contribute to the project please open a PR (Pull Request) clearly showing your changes.
If you have any issues feel free to open an issue or join the Discord Server.
Created by LachlanDev#8014