From 137304369b038ec76d2d494675d76539bcbc6393 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Tue, 18 Sep 2018 13:27:44 +0200 Subject: [PATCH] Exemple for the config.json --- config-exemple.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config-exemple.json diff --git a/config-exemple.json b/config-exemple.json new file mode 100644 index 00000000..4307f80d --- /dev/null +++ b/config-exemple.json @@ -0,0 +1,6 @@ +{ + "token": "Your token", + "prefix": "your prefix", + "botID": "ID of the bot", + "statsChannel": "ID of the channel that the bot are going to post its stats" +} \ No newline at end of file