Files
revanced-bots/bots/config.example.json
2022-11-17 15:58:42 +03:00

34 lines
611 B
JSON

{
"discord": {
"token": "YOUR-BOT-TOKEN-HERE",
"id": "1038762591805247518",
"trainRole": "965267139902705744",
"trainingRole": "952987191401926697"
},
"telegram": {
"token": "YOUR-BOT-TOKEN-HERE"
},
"reddit": {
"username": "ReVancedBot",
"password": "supers3cur3p4ssw0rd",
"userAgent": "ReVancedBot-Reddit",
"clientId": "CLIENT-ID",
"clientSecret": "CLIENT-SECRET"
},
"server": {
"port": 3000,
"host": "192.168.1.6"
},
"responses": [
{
"label": "DOWNLOAD",
"threshold": 0.85,
"text": "you wanted peevanced"
}
]
}