Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 449 Bytes

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.