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
|
|
|
|
"statsChannel": "channel where the bot send his stats", //optional but recommended
|
2020-02-18 19:48:03 +01:00
|
|
|
"feedbackChannel": "id of the channel where the feedback goes", //optional but recommended
|
|
|
|
"errorChannel": "id of the channel where the errors goes", //optional
|
2020-04-01 04:36:03 +02:00
|
|
|
"dailyStats": "id of the channel where daily stats should go", //optional
|
2019-02-27 21:14:04 +01:00
|
|
|
"supportServer": "Invite to the support server of the bot", //optional but recommended
|
2019-12-16 17:35:09 +01:00
|
|
|
"exposeStats": true, // False or true, it open a webserver that expose various stats about the bot
|
2019-12-29 23:14:59 +01:00
|
|
|
"yandexTRN": "yandex api key", //optional | for the translate command
|
|
|
|
"yandexDICT": "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
|
2020-08-25 02:08:27 +02:00
|
|
|
"twiTokenSecret": "Twitter token secret", //optional | for the twitter command
|
2021-01-26 21:39:21 +01:00
|
|
|
"donations": [ //optional | Donations link to appear in the donation command, markdown can be used in here
|
|
|
|
"ETH adresse: 0x0bc758F572a7D9689e3507C1dd12451Ae4521252",
|
|
|
|
"BTC adresse: bc1q28gdt7hzlml0grmvvextpxeekz5fss7tm5lfsp"
|
|
|
|
],
|
2020-08-25 03:10:45 +02:00
|
|
|
"proxy": [ //Optional | Used for youtube-dl
|
|
|
|
{
|
|
|
|
"ip": "IP:PORT",
|
|
|
|
"country": "Country goes here",
|
|
|
|
"hideip": true //Optional | Set to true to hide the ip from the --listproxy options
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"ip": "IP:PORT",
|
|
|
|
"country": "Country goes here"
|
|
|
|
}
|
|
|
|
]
|
2020-08-25 02:08:27 +02:00
|
|
|
|
2019-02-24 23:22:42 +01:00
|
|
|
}
|