Skip to content

Releases: LachlanDev/Discord-BOT-Dashboard

Update - 1.1.0

15 Mar 20:57
Compare
Choose a tag to compare

Updated branding and the "update url" function!

Dark Mode - 1.1

22 Dec 10:31
Compare
Choose a tag to compare

Dark mode is here. You can now apply dark mode across the entire dashboard in the settings tab.
Please check out the whole changelog here

And for the update installation process you will want to check out how to do it here

Initial Release - v1.0

21 Dec 10:31
131c697
Compare
Choose a tag to compare

🚀 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