/TestBoardDash

TestBoardDash

Primary LanguageJavaScriptMIT LicenseMIT

1PG Demo

This is a demo of 1PG and was made during a YouTube video series and a Udemy course.

1PG Course - https://udemy.com/course/create-the-best-discord-bot/?referralCode=5CB95A4D9309B1F54560

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