Releases: LachlanDev/Discord-BOT-Dashboard
Releases · LachlanDev/Discord-BOT-Dashboard
Update - 1.1.0
Updated branding and the "update url" function!
Dark Mode - 1.1
Initial Release - v1.0
🚀 Installation / Setup
⌚ Installing Requirements
Download the latest version from below or here, open up the root directory and run the following command.
npm install
🖥️ Setting up BOT
Open up the config.json file found in the cfg folder and input the required fields.
{"token":"token_here","prefix":"prefix_here"}
Make sure to enable both "Privileged Gateway Intents" on the Discord Developer Dashboard. This is to fix errors with "Kick / Ban" Commands!
📡 Starting the application
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. Goto the Plugins tab and enable what commands you want!
Got an issue or need help setting up join the Discord Server