Skip to content
/ 1PG Public
forked from theADAMJR/1PG

Simple JavaScript Discord bot + dashboard.

Notifications You must be signed in to change notification settings

Rekt-boi/1PG

 
 

Repository files navigation

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

About

Simple JavaScript Discord bot + dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.5%
  • JavaScript 34.7%
  • CSS 10.8%