Fixed .gitignore
This commit is contained in:
1 parent
a51a9d87cf
commit
2384308b16
2 files changed
+7
-1
No files matched your search
+1
-1
@@ -5,4 +5,4 @@ node_modules/*
|
|||||||
test.js
|
test.js
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
config.json.example
|
config.json
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"defaultPrefix": "?",
|
||||||
|
"token": "",
|
||||||
|
"botID": "",
|
||||||
|
"mongoURI": "mongodb://localhost/27017"
|
||||||
|
}
|
||||||
Reference in new issue
Block a user