Hadi-koubeissi / 1PG-Demo

Part of the 'Create a Simple Discord Bot' Series and 'Create a Discord Bot Dashboard' YouTube Series

Home Page:https://1pg.glitch.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1PG Demo

This is a demo of 1PG and was made during a course.

Setup

Make a file config.json:

{
  "bot": {
    "id": "<bot_id>",
    "secret": "<client_secret>",
    "token": "<bot_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

In the Developer Portal -> Your Application -> OAuth2

About

Part of the 'Create a Simple Discord Bot' Series and 'Create a Discord Bot Dashboard' YouTube Series

https://1pg.glitch.me

License:MIT License


Languages

Language:JavaScript 50.7%Language:Pug 41.2%Language:CSS 8.1%