Fixed .gitignore

This commit is contained in:
SowinskiBraeden committed 2021-07-18 18:02:13 -07:00
1 parent a51a9d87cf
commit 2384308b16
2 files changed
+7 -1

No files matched your search

+1 -1
View File
@@ -5,4 +5,4 @@ node_modules/*
test.js
# Config
config.json.example
config.json
+6
View File
@@ -0,0 +1,6 @@
{
"defaultPrefix": "?",
"token": "",
"botID": "",
"mongoURI": "mongodb://localhost/27017"
}