29 lines
599 B
JSON
29 lines
599 B
JSON
{
|
|
"locale": "uk",
|
|
"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"
|
|
}
|
|
} |