From 3e40f07e46816d6119caf4ad8a49ad0d1973cde4 Mon Sep 17 00:00:00 2001 From: Supositware Date: Wed, 27 Feb 2019 21:14:04 +0100 Subject: [PATCH] Removed printChannel --- config-exemple.jsonc | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/config-exemple.jsonc b/config-exemple.jsonc index 755c918..b19d22c 100644 --- a/config-exemple.jsonc +++ b/config-exemple.jsonc @@ -1,19 +1,18 @@ //RENAME ME TO config.json AND REMOVE THE COMMENT ( or change every instance of "config.json" to "config.jsonc" ) { - "token": "Your token", - "prefix": "Your prefix ", - "ownerID": "Id of the owner ( probably you )", //optional but recommended - "botID": "id of the bot", //optional but recommended - "statsChannel": "channel where the bot send his stats", //optional but recommended - "supportServer": "Invite to the support server of the bot", //optional but recommended - "feedbackChannel": "id of the channel where the feedback goes", //optional but recommended - "printChannel": "Channel of where it will send the id of people who asked for print", //optional - "fbuser": "Facebook email", //optional for the download command - "fbpasswd": "Facebook passwd", //optional for the download command - "yandexAPI": "yandex api key", //optional for the translate command - "acoustID": "LRAhvvxpDu", //optional for the music match command - "twiConsumer": "Twitter consumer key", //optional for the twitter command - "twiConsumerSecret": "Twitter consumer key secret", //optional for the twitter command - "twiToken": "Twitter token", //optional for the twitter command - "twiTokenSecret": "Twitter token secret" //optional for the twitter command + "token": "Your token", + "prefix": "Your prefix ", + "ownerID": "Id of the owner ( probably you )", //optional but recommended + "botID": "id of the bot", //optional but recommended + "statsChannel": "channel where the bot send his stats", //optional but recommended + "supportServer": "Invite to the support server of the bot", //optional but recommended + "feedbackChannel": "id of the channel where the feedback goes", //optional but recommended + "fbuser": "Facebook email", //optional | for the download command + "fbpasswd": "Facebook passwd", //optional | for the download command + "yandexAPI": "yandex api key", //optional | for the translate command + "acoustID": "LRAhvvxpDu", //optional | for the music match command + "twiConsumer": "Twitter consumer key", //optional | for the twitter command + "twiConsumerSecret": "Twitter consumer key secret", //optional | for the twitter command + "twiToken": "Twitter token", //optional | for the twitter command + "twiTokenSecret": "Twitter token secret" //optional | for the twitter command }