Files
revanced-bots/bots/config.example.json
2022-11-16 16:59:12 +03:00

25 lines
375 B
JSON

{
"discord": {
"token": "YOUR-BOT-TOKEN-HERE",
"id": "1038762591805247518",
"trainRole": "965267139902705744"
},
"telegram": {
"token": "YOUR-BOT-TOKEN-HERE"
},
"server": {
"port": 3000,
"host": "192.168.1.6"
},
"responses": [
{
"label": "DOWNLOAD",
"threshold": 0.85,
"text": "you wanted peevanced"
}
]
}