diff --git a/.gitignore b/.gitignore index 9ab8636..51001a7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,3 @@ node_modules/* # test file test.js - -# Config -config.json diff --git a/config.json b/config.json index add390e..8b31643 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "defaultPrefix": "?", - "token": "ODYwMjk4NjgxMDQ3MDU2NDM0.YN5NlQ.0K2-N3FSlF9sOMaKLURb4OmyCzQ", + "token": "ODYwMjk4NjgxMDQ3MDU2NDM0.YN5NlQ.m6lQ76B8b0ftjE6hhpoh1AGlYKU", "botID": "860298681047056434", "mongoURI": "mongodb://localhost/27017", "version": "Beta 0.6.2" diff --git a/config.json.example b/config.json.example deleted file mode 100644 index da90f84..0000000 --- a/config.json.example +++ /dev/null @@ -1,7 +0,0 @@ -{ - "defaultPrefix": "?", - "token": "", - "botID": "", - "mongoURI": "mongodb://localhost/27017", - "version": "0.0.0" -} \ No newline at end of file