Haha-Yes/config-exemple.jsonc
loicbersier fb0d1b405c New proxy settings
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
2020-08-25 03:10:45 +02:00

33 lines
1.7 KiB
Text

//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 " //IMPORTANT TO BE LIKE THAT ( you can add more prefix ofc )
],
"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
"dailyStats": "id of the channel where daily stats should go", //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
"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
"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
"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"
}
]
}