From 2384308b160164a3af6740b823b33478c8f5121e Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Sun, 18 Jul 2021 18:02:13 -0700 Subject: [PATCH] Fixed .gitignore --- .gitignore | 2 +- config.json.example | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 config.json.example 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