Haha-Yes/config-exemple.jsonc

21 lines
1.2 KiB
Text
Raw Normal View History

2019-02-26 19:04:01 +01:00
//RENAME ME TO config.json AND REMOVE THE COMMENT ( or change every instance of "config.json" to "config.jsonc" )
2019-02-24 23:22:42 +01:00
{
2019-02-27 21:14:04 +01:00
"token": "Your token",
2019-03-30 04:53:17 +01:00
"prefix": [
"Your prefix " //IMPORTANT TO BE LIKE THAT ( you can add more prefix ofc )
],
2019-02-27 21:14:04 +01:00
"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
2019-03-30 00:51:39 +01:00
"acoustID": "acoust api key", //optional | for the music match command
2019-02-27 21:14:04 +01:00
"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
2019-02-24 23:22:42 +01:00
}