2022-10-17 00:30:07 +03:00
|
|
|
{
|
2022-10-20 13:24:32 +03:00
|
|
|
"locale": "uk",
|
2022-10-26 14:30:24 +03:00
|
|
|
"debug": false,
|
2022-10-17 00:30:07 +03:00
|
|
|
"owner": 0,
|
2022-12-01 12:06:54 +02:00
|
|
|
"bot_id": 0,
|
2022-10-21 15:00:03 +03:00
|
|
|
"age_allowed": 0,
|
2022-10-25 15:18:51 +03:00
|
|
|
"birthdays_notify": true,
|
|
|
|
"birthdays_time": "09:00",
|
2022-10-27 12:40:15 +03:00
|
|
|
"api": "http://example.com",
|
2022-11-22 16:26:34 +02:00
|
|
|
"inline_preview_count": 7,
|
2022-10-21 15:00:03 +03:00
|
|
|
"admin_group": 0,
|
2022-10-21 16:11:21 +03:00
|
|
|
"destination_group": 0,
|
2022-12-01 12:06:54 +02:00
|
|
|
"remove_application_time": -1,
|
2022-10-17 00:30:07 +03:00
|
|
|
"admins": [],
|
|
|
|
"bot": {
|
|
|
|
"api_id": 0,
|
|
|
|
"api_hash": "",
|
|
|
|
"bot_token": ""
|
|
|
|
},
|
|
|
|
"logging": {
|
|
|
|
"size": 512,
|
|
|
|
"location": "logs"
|
|
|
|
},
|
|
|
|
"locations": {
|
|
|
|
"data": "data",
|
2022-10-26 15:56:42 +03:00
|
|
|
"cache": "cache",
|
2022-10-17 00:30:07 +03:00
|
|
|
"locale": "locale"
|
|
|
|
},
|
|
|
|
"commands": {
|
2022-10-27 16:13:58 +03:00
|
|
|
"rules": "Check out the rules",
|
2022-12-04 22:08:31 +02:00
|
|
|
"reapply": "Resubmit the application"
|
2022-10-17 00:30:07 +03:00
|
|
|
},
|
|
|
|
"commands_admin": {
|
2022-10-24 15:34:05 +03:00
|
|
|
"reboot": "Restart the bot",
|
2022-12-04 22:08:31 +02:00
|
|
|
"message": "Send a message",
|
|
|
|
"warnings": "Check user's warnings",
|
2022-10-28 15:49:52 +03:00
|
|
|
"application": "Check user's application",
|
2022-12-04 22:08:31 +02:00
|
|
|
"applications": "Retrieve all applications as a JSON"
|
|
|
|
},
|
|
|
|
"commands_group_admin": {
|
|
|
|
"reboot": "Restart the bot",
|
|
|
|
"message": "Send a message",
|
|
|
|
"warnings": "Check user's warnings",
|
|
|
|
"application": "Check user's application",
|
|
|
|
"applications": "Retrieve all applications as a JSON"
|
|
|
|
},
|
|
|
|
"commands_group_destination": {
|
|
|
|
"warn": "Warn a user"
|
2022-10-17 00:30:07 +03:00
|
|
|
}
|
|
|
|
}
|