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

Simple JavaScript Discord bot + dashboard.

Notifications You must be signed in to change notification settings

Txlhx2018/1PG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1PG

This project is currently being remastered as part of a youtube series and Udemy course.

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

  • Pug 54.5%
  • JavaScript 34.7%
  • CSS 10.8%