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

29 lines
599 B
JSON
Raw Normal View History

2022-10-17 00:30:07 +03:00
{
2022-10-20 13:24:32 +03:00
"locale": "uk",
2022-10-17 00:30:07 +03:00
"owner": 0,
"admins": [],
"bot": {
"api_id": 0,
"api_hash": "",
"bot_token": ""
},
"logging": {
"size": 512,
"location": "logs"
},
"locations": {
"data": "data",
"sent": "data/sent",
"queue": "data/queue",
"index": "data/index.json",
"submit": "data/submit.json",
"blocked": "data/blocked.json",
"locale": "locale"
},
"commands": {
"start": "Start using the bot"
},
"commands_admin": {
"reboot": "Restart the bot"
}
}