Skip to content

Part of the 'Create a Simple Discord Bot' Series and 'Create a Discord Bot Dashboard' YouTube Series

License

Notifications You must be signed in to change notification settings

Murtatrxx/1PG-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1PG Demo

This is a demo of 1PG and was made during a course.

Make a file config.json:

{
  "mongoURI": "mongodb://localhost/1PG-Demo",
  "token": "NzQwNDkyODIwNTA2MzQ1NTE0.Xypzrg.KPkleOQoytvih4lLlWgMfv7JY2c"
}

Notes

Make sure config.json is in .gitignore.

This will help secure your bot token, and make sure your bot does not get hacked.

About

Part of the 'Create a Simple Discord Bot' Series and 'Create a Discord Bot Dashboard' YouTube Series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.7%
  • Pug 41.2%
  • CSS 8.1%