This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Telegram/config_example.json
2022-10-24 14:34:05 +02:00

28 lines
553 B
JSON

{
"locale": "uk",
"owner": 0,
"age_allowed": 0,
"admin_group": 0,
"destination_group": 0,
"admins": [],
"bot": {
"api_id": 0,
"api_hash": "",
"bot_token": ""
},
"logging": {
"size": 512,
"location": "logs"
},
"locations": {
"data": "data",
"locale": "locale"
},
"commands": {
"start": "Start using the bot"
},
"commands_admin": {
"reboot": "Restart the bot",
"applications": "Get all applications as JSON"
}
}