From 6fd70083ba1e7dce11a85a3b750c57f8e7f43037 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 18 Feb 2020 19:48:03 +0100 Subject: [PATCH] error channel --- config-exemple.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-exemple.jsonc b/config-exemple.jsonc index e82fabf8..7bd2d478 100644 --- a/config-exemple.jsonc +++ b/config-exemple.jsonc @@ -6,9 +6,10 @@ ], "ownerID": "Id of the owner ( probably you )", //optional but recommended "statsChannel": "channel where the bot send his stats", //optional but recommended + "feedbackChannel": "id of the channel where the feedback goes", //optional but recommended + "errorChannel": "id of the channel where the errors goes", //optional "supportServer": "Invite to the support server of the bot", //optional but recommended "exposeStats": true, // False or true, it open a webserver that expose various stats about the bot - "feedbackChannel": "id of the channel where the feedback goes", //optional but recommended "yandexTRN": "yandex api key", //optional | for the translate command "yandexDICT": "yandex api key", //optional | for the translate command "acoustID": "acoust api key", //optional | for the music match command