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

24 lines
338 B
JSON

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