diff --git a/.gitignore b/.gitignore index fcaacca..9ab8636 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ node_modules/* test.js # Config -config.json.example +config.json diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..a4db822 --- /dev/null +++ b/config.json.example @@ -0,0 +1,6 @@ +{ + "defaultPrefix": "?", + "token": "", + "botID": "", + "mongoURI": "mongodb://localhost/27017" +} \ No newline at end of file