Please see https://github.com/theADAMJR/1PG for a more comprehensive, and more updated repo.
This is a demo of 1PG and was made during a course.
Make a file config.json
:
{
"bot": {
"id": "<bot_id>",
"secret": "<client_secret>",
"token": "<bot_token>"
},
"dashboardURL": "http://localhost:3000",
"mongoURI": "mongodb://localhost/1PG-Demo"
}
This will help secure your bot token, and make sure your bot does not get hacked.
In the Developer Portal -> Your Application -> OAuth2