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": [],
"commands": {
"start": {
"scope": {
"name": "BotCommandScopeChat",
"chat_id": 0
}
"scopes": [
{
"name": "BotCommandScopeChat",
"chat_id": 0
}
]
}
}
}