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
- 🔐 Authentication - Discord BOT Dashboard is locked with a secure authentication method that only allows users who are added into the config file to access the dashboard.
- 🔒 Security - Discord BOT Dashboard ensures that your application is secure.
- 💎 Modern UI - Discord BOT Dashboard is built with a modern UI to ensure its ease of use for anyone.
- 🖥️ Open Source - Discord BOT Dashboard is an open source project meaning anyone can contribute to make it even better.
- 🔌 Stability - Running your application using Discord BOT Dashboard ensures that it is stable and you wont have any errors.
- ⏲️ 24/7 Uptime - Running you application using Discord BOT Dashboard allows you to have 24/7 uptime.
- ⛏️ Multiple Tools - Discord BOT Dashboard is packed with multiple tools that are easy to use.
- 🔌 Plugins - Develop and share plugins that can be imported into your project.
If you would like to contribute to the project please open a PR (Pull Request) clearly showing your changes.
- Node.JS (Node.js v20.16.0)
If you have any issues feel free to open an issue or join the Discord Server.
Created by LachlanDev#8014