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-22 09:45:10 +02:00

27 lines
497 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"
}
}