You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/config-exemple.jsonc

19 lines
1.1 KiB
Plaintext

//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
"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
}