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

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

Starter pack for Bot+Dashboard
https://github.com/charfweh/discord-bot-dashboard

discordjs ejs expressjs nodejs semantic-ui

Last synced: 4 months ago
JSON representation

Starter pack for Bot+Dashboard

Awesome Lists containing this project

README

        

# Discord Bot Dashboard

Web dashboard for [SFSA](https://github.com/charfweh/superfastserverassistant)
### About
Control your server with the Bot Dashboard, make em multiple roles, channels, voice channels, categories and you tell me. Made for Server admins and owner!
#### Note:
**You can use this Project to make your own dashboard, I'd love to see what you can make out of it**

This project serves as a starter pack for **Bot+Dashboard**, It'll not be continued for further production, use it for your own project and make something! you'll learn a lot, I'm sure about that.

I made it for the beginners who got no idea how to start and wondering how in the good world does it work and my answer to that is just get started you'll get there slowly but surely, have fun coding~

Please refer to SFSA [Readme](https://github.com/charfweh/superfastserverassistant#readme) for more info.
### Setup
- Fork em clone em copy em just do it
- Install the dependencies
- Make an application on [Discord Developer](https://discord.com/developers/) and configure ``oauth2`` callback URL/s
- Fuel up the Bot as well under the same application
- Make a new file ``config.json`` and configure the file in accordance to ``config.json.example``
- Thats pretty much it
- Run it ``nodemon app.js``
- Aye hit that http://localhost:3000 beautifully and have fun
### Credits
The project is a cloned and modified version started from [caelinj repository](https://github.com/caelinj/discord.js-dashboard)