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
- Host: GitHub
- URL: https://github.com/charfweh/discord-bot-dashboard
- Owner: charfweh
- License: mit
- Created: 2020-07-17T05:18:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T02:05:51.000Z (over 2 years ago)
- Last Synced: 2025-02-02T01:32:00.037Z (4 months ago)
- Topics: discordjs, ejs, expressjs, nodejs, semantic-ui
- Language: JavaScript
- Homepage:
- Size: 552 KB
- Stars: 53
- Watchers: 1
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)