/test123

Primary LanguageHTML

1PG

Dashboard Preview

Prerequisites

Before your start

Create a config.json file

This should be in the root project directory.

Root Directory

Paste this into config.json

{
  "bot": {
      "id": "yourDiscordBotId",
      "token": "yourDiscordBotToken",
      "secret": "yourDiscordApplicationSecret"
  },
  "dashboard": {
      "url": "http://localhost:3000"
  },
  "mongoURL": "mongodb://localhost/1PG"
}

Remember to edit yourDiscordBotToken and other values and replace it with the appropriate values found at the Discord Developer Portal

Set your redirect URIs

OAuth Redirect URIs