From 69f9ec5a9740df80ba6a23509933995441a68211 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sun, 24 Feb 2019 23:22:42 +0100 Subject: [PATCH] update --- config-exemple.json | 14 -------------- config-exemple.jsonc | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 config-exemple.json create mode 100644 config-exemple.jsonc diff --git a/config-exemple.json b/config-exemple.json deleted file mode 100644 index 3a918bcc..00000000 --- a/config-exemple.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "token": "Your token", - "prefix": "Your prefix ", - "ownerID": "Id of the owner ( probably you )", //optional but recommended - "botID": "id of the bot", //optional - "statsChannel": "channel where the bot send his stats", //optional - "supportServer": "Invite to the support server of the bot", //optional - "feedbackChannel": "id of the channel where the feedback goes", //optional - "printChannel": "Channel of where it will send the id of people who asked for print", //optional - "fbuser": "Facebook email", //optional - "fbpasswd": "Facebook passwd", //optional - "yandexAPI": "yandex api key", //optional - "acoustID": "LRAhvvxpDu" //optional -} diff --git a/config-exemple.jsonc b/config-exemple.jsonc new file mode 100644 index 00000000..01c9af30 --- /dev/null +++ b/config-exemple.jsonc @@ -0,0 +1,18 @@ +{ + "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 +}