Files
revanced-bots/bots/config.example.json
2022-11-15 22:21:35 +03:00

18 lines
299 B
JSON

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