Skip to content
forked from theADAMJR/1PG

Simple JavaScript Discord bot with dashboard.

License

Notifications You must be signed in to change notification settings

AtroposOrbis/1PG

This branch is up to date with theADAMJR/1PG:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

889d2e5 · Feb 20, 2021

History

60 Commits
Jan 26, 2021
Feb 20, 2021
Feb 20, 2021
Jan 25, 2021
Feb 16, 2021
Feb 20, 2021
Aug 9, 2020
Aug 9, 2020
Nov 19, 2020
Sep 16, 2020
Feb 20, 2021
Feb 20, 2021

Repository files navigation

1PG

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

Create a Discord Bot Dashboard Series - https://www.youtube.com/watch?v=tpIQM90o_pY&list=PLGfT2ttRbfizUIO1YEITWaquqBsNqHv7v&index=1

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

Simple JavaScript Discord bot with dashboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.0%
  • Pug 30.7%
  • CSS 10.3%