Files
revanced-bots/apps/bot-reddit/src/config.example.json
2023-07-20 16:39:05 +03:00

16 lines
260 B
JSON

{
"server": {
"port": 3000,
"host": "192.168.1.6"
},
"responses": [
{
"label": "revanced_download",
"threshold": 0.85,
"reply": {
"title": "How to download ReVanced?",
"desc": "You don't."
}
}
]
}