Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lachlandev/discord-bot-dashboard

This version is outdated, please check out Discord BOT Dashboard v2
https://github.com/lachlandev/discord-bot-dashboard

bot dashboard discord discord-api discord-bot discord-bot-dashboard discord-bot-development discord-js discord-moderation discord-server discordbot discordjs statistics

Last synced: about 2 months ago
JSON representation

This version is outdated, please check out Discord BOT Dashboard v2

Awesome Lists containing this project

README

        

# ⚠️ NOTICE
This version is outdated, please check out Discord BOT Dashboard v2




Discord BOT Dashboard - v1.1






GitHub release

# 📚 About
Discord BOT Dashboard 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! Please check out the Wiki before getting started. [here](https://github.com/LachlanDev/Discord-BOT-Dashboard/wiki)

# Dashboard Preview:

## 🔒 Requirements
* [Node.JS](https://nodejs.org/en/) (v12.3.1 or later)

## 🚀 Installation / Setup
#### ⌚ Installing Requirements
Download the latest version from [Releases](https://github.com/LachlanDev/Discord-BOT-Dashboard/releases), open up the root directory and run the following command.
```bash
npm install
```

#### 🖥️ Setting up BOT
Open up the config.json file found in the **cfg** folder and input the required fields.
```json
{"token":"token_here","prefix":"prefix_here"}
```
Make 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**. Goto the Plugins tab and enable what commands you want!

Got an issue or need help setting up join the [**Discord Server**](https://discord.com/invite/w7B5nKB)

## 📝 Upcoming Features
**Progress:**
- ❌: Not started yet
- 🕓: Work in progress
- 💯: Prioritising before everything else
* User Auth (Login to access dashboard). 🕓 / 💯
* Docker Container Support. 🕓 / 💯

* Ability to change the BOTS profile picture in settings. ❌
* Change BOTS status in settings. ❌
* More statistics on main dashboard. ❌
* Music Commands ❌

* **Open issues for features you want**

## 🔌 Commands / Plugins List
### 🔨 Moderation:
* **Ban** - Bans a user from the server. **Usage:** !ban @user
* **Kick** - Kicks a user from the server. **Usage:** !kick @user
* **Clear** - Clears messages from a channel. **Usage:** !clear 5

### 🧰 Utilities
* **User Info** - Sends information about a given user. **Usage:** !user-info @user
* **Server Info** - Sends information about the current server. **Usage:** !server-info
* **Stats** - Statistics of the BOT. **Usage:** !stats
* **Help** - Sends a list for all plugins / commands enabled. **Usage:** !help

### 💰 Fun
* **Coin Flip** - Flip a coin (heads / tails). **Usage:** !coin
* **Dog** - Sends a random image of a dog. **Usage:** !dog
* **Cat** - Sends a random image of a cat. **Usage:** !cat
* **8-Ball** - Ask the 8-ball a question. **Usage:** !8-ball
* **Roll** - Roles a dice (6-Sided). **Usage:** !roll

## 🔧 Changelog
For a more Detailed Changelog please check it [here](https://github.com/PapaSnags/Discord-BOT-Dashboard/wiki/Changelog)
#### v1.1 Dark Mode (22nd December 2020):
* Added Darkmode.
* Bug Fixes.
#### v1.0 Initial Released (21st December 2020):
* Released all basic functions.

## 💡 Contribute
If you would like to contribute to the project please open a PR (Pull Request) clearly showing your changes.

## 📞 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)