Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theadamjr/1pg
Simple JavaScript Discord bot with dashboard.
https://github.com/theadamjr/1pg
bot bot-dashboard discord discord-bot discord-bot-dashboard discord-js javascript-bot
Last synced: 8 days ago
JSON representation
Simple JavaScript Discord bot with dashboard.
- Host: GitHub
- URL: https://github.com/theadamjr/1pg
- Owner: theADAMJR
- License: mit
- Created: 2020-05-12T08:36:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T05:29:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T23:01:22.151Z (7 months ago)
- Topics: bot, bot-dashboard, discord, discord-bot, discord-bot-dashboard, discord-js, javascript-bot
- Language: JavaScript
- Homepage: https://discord.io/adamjr
- Size: 4.79 MB
- Stars: 64
- Watchers: 5
- Forks: 77
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1PG
1PG Course - https://udemy.com/course/create-the-best-discord-bot/?referralCode=5CB95A4D9309B1F54560Create a Discord Bot Dashboard Series - https://www.youtube.com/watch?v=tpIQM90o_pY&list=PLGfT2ttRbfizUIO1YEITWaquqBsNqHv7v&index=1
## Setup
Make a file `config.json`:
```json
{
"bot": {
"id": "",
"secret": "",
"token": ""
},
"dashboardURL": "http://localhost:3000",
"mongoURI": "mongodb://localhost/1PG-Demo"
}
```### Make sure `config.json` is in `.gitignore`.
This will help secure your bot token, and make sure your bot does not get hacked.## Set Redirect URIs
+ http://localhost:3000/auth
+ http://localhost:3000/auth-guildIn the **[Developer Portal](https://discord.com/developers)** -> **Your Application** -> **OAuth2**