This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
BWTAqua/config_example.json

80 lines
1.9 KiB
JSON
Raw Normal View History

2022-09-08 13:12:25 +03:00
{
2023-07-14 13:36:42 +03:00
"locale": "en",
2023-05-16 21:50:18 +03:00
"bot": {
2023-07-14 13:36:42 +03:00
"owner": 0,
2023-05-16 21:50:18 +03:00
"api_id": 0,
"api_hash": "",
"bot_token": "",
2023-07-14 13:36:42 +03:00
"scoped_commands": true
2023-05-16 21:50:18 +03:00
},
2023-07-14 13:36:42 +03:00
"use_compiled_page_saver": false,
"reports": {
"chat_id": "owner"
},
"disabled_plugins": [],
"commands": {
"help": {
"scopes": [
{
"name": "BotCommandScopeDefault"
},
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
},
"balance": {
"scopes": [
{
"name": "BotCommandScopeDefault"
},
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
},
"topup": {
"scopes": [
{
"name": "BotCommandScopeDefault"
},
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
},
"setcard": {
"scopes": [
{
"name": "BotCommandScopeDefault"
},
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
},
"resetcard": {
"scopes": [
{
"name": "BotCommandScopeDefault"
},
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
},
"shutdown": {
"scopes": [
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
}
}
2022-09-08 13:12:25 +03:00
}