From b40bc7cc8f39e4d49f2691c0263106eb366622f8 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 12 Oct 2018 15:27:59 +0200 Subject: [PATCH] updated config exemple file --- config-exemple.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config-exemple.json b/config-exemple.json index 2b595d3c..234cf3fd 100644 --- a/config-exemple.json +++ b/config-exemple.json @@ -1,7 +1,9 @@ { - "token": "Your token", - "prefix": "your prefix", - "ownerID": "Your id", - "statsChannel": "ID of the channel that the bot are going to post its stats", - "supportServer": "Invite link for the support server of the bot" -} \ No newline at end of file + "token": "Your token", + "prefix": "Your prefix ", + "ownerID": "Id of the owner ( probably you )", + "botID": "id of the bot", + "statsChannel": "channel where the bot send his stats", + "supportServer": "Invite to the support server of the bot", + "feedbackChannel": "id of the channel where the feedback goes" +}