Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/theADAMJR/2PG
Browse files Browse the repository at this point in the history
  • Loading branch information
theADAMJR committed Apr 27, 2020
2 parents 86824f3 + 0237736 commit d42d055
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 2PG
# 2PG - Simple, powerful Discord bot
**Dashboard**: https://github.com/theADAMJR/2PG-Dashboard

Simple multi-purpose Discord bot made with TypeScript

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8d6c9610e0eb4ae5a4045ab3b92f80bc)](https://www.codacy.com/manual/ADAMJR/2PG?utm_source=github.com&utm_medium=referral&utm_content=theADAMJR/2PG&utm_campaign=Badge_Grade)

## Installation
1) Fork/download this respository
2) `npm i` to install packages
Expand Down Expand Up @@ -34,7 +38,7 @@ Simple multi-purpose Discord bot made with TypeScript
}
},
"mongoURL": "mongodb://localhost/2PG", // database URL (port 27017)
"modules": ["announce", "auto-mod", "general", "music", "xp"] // enabled modules used for validation in API
"modules": ["announce", "autoMod", "commands", "general", "music", "xp", "settings"] // enabled modules used for validation in API
}
```
- Remove Comments
Expand Down

0 comments on commit d42d055

Please sign in to comment.