Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lachlandev/discord-bot-dashboard-v2
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!
https://github.com/lachlandev/discord-bot-dashboard-v2
authentication bot dashboard discord discord-api discord-bot discord-bot-dashboard discord-bot-development discord-js discord-moderation-bot discord-server discordbot discordjs statistics
Last synced: about 23 hours ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/lachlandev/discord-bot-dashboard-v2
- Owner: LachlanDev
- License: mit
- Created: 2021-04-05T13:02:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T02:06:13.000Z (4 months ago)
- Last Synced: 2025-01-13T11:04:13.401Z (8 days ago)
- Topics: authentication, bot, dashboard, discord, discord-api, discord-bot, discord-bot-dashboard, discord-bot-development, discord-js, discord-moderation-bot, discord-server, discordbot, discordjs, statistics
- Language: JavaScript
- Homepage: https://dbd.lachlan-dev.com
- Size: 1.51 MB
- Stars: 218
- Watchers: 6
- Forks: 107
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
🎉 UPDATED TO LATEST DISCORD JS VERSION 🎉
Thank you to mrranger for bring the project back to life
Discord BOT Dashboard - V2
[![Github all releases](https://img.shields.io/github/downloads/LachlanDev/Discord-BOT-Dashboard-V2/total.svg?style=for-the-badge)](https://GitHub.com/LachlanDev/Discord-BOT-Dashboard-V2/releases/) [![GitHub release](https://img.shields.io/github/release/LachlanDev/Discord-BOT-Dashboard-V2.svg?style=for-the-badge)](https://GitHub.com/LachlanDev/Discord-BOT-Dashboard-V2/releases/) [![GitHub issues](https://img.shields.io/github/issues/LachlanDev/Discord-BOT-Dashboard-V2.svg?style=for-the-badge)](https://GitHub.com/LachlanDev/Discord-BOT-Dashboard-V2/issues/) [![DiscordServer](https://img.shields.io/discord/587842272167723028?label=Discord%20Server&logo=Discord&colorB=5865F2&style=for-the-badge&logoColor=white)](https://discord.com/invite/w7B5nKB)# 📚 About
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!# Dashboard Preview:
## 🚀 Installation / Setup
Head over to the Docs to find all the instructions for setting up and running Discord BOT Dashboard V2. This can be found [here!](https://dbd.lachlan-dev.com/docs/)
#### ⌚ Installing Requirements
Download the latest version from [Releases](https://github.com/LachlanDev/Discord-BOT-Dashboard-V2/releases), open up the root directory and run the following command.
```bash
npm install
```#### 🖥️ Setting up BOT
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!](https://dbd.lachlan-dev.com/docs/)
```json
{
"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/apiMake sure to enable both "Privileged Gateway Intents" on the [**Discord Developer Dashboard**](https://discord.com/developers). This is to fix errors with "Kick / Ban" Commands!
#### 📡 Starting the application
Open up the root directory and run the following command.
```bash
node index.js
```
You should now be able to access the dashboard at **http://localhost:3000**.## 🧰 Features
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.## 💡 Contribute
If you would like to contribute to the project please open a PR (Pull Request) clearly showing your changes.## 🔒 Requirements
* [Node.JS](https://nodejs.org/en/) (Node.js v20.16.0)## 📞 Issues
If you have any issues feel free to open an issue or join the [Discord Server.](https://discord.com/invite/w7B5nKB)## 🧲 Extra
__Created by LachlanDev#8014__
* [Website](https://lachlan-dev.com)
* [Twitter](https://twitter.com/LachlanDev)
* [Instagram](https://www.instagram.com/LachlanDev/)
* [Discord Server](https://discord.com/invite/w7B5nKB)
* [Marketplace](https://github.com/LachlanDev/Discord-BOT-Dashboard-Marketplace)