Fixed config

This commit is contained in:
Profitroll 2023-05-28 11:43:54 +02:00
parent 434503e9a9
commit e4dfcfbc84

View File

@ -17,10 +17,12 @@
"disabled_plugins": [], "disabled_plugins": [],
"commands": { "commands": {
"start": { "start": {
"scope": { "scopes": [
{
"name": "BotCommandScopeChat", "name": "BotCommandScopeChat",
"chat_id": 0 "chat_id": 0
} }
]
} }
} }
} }