diff --git a/config_example.json b/config_example.json index 5df991a..ad73d95 100644 --- a/config_example.json +++ b/config_example.json @@ -17,10 +17,12 @@ "disabled_plugins": [], "commands": { "start": { - "scope": { - "name": "BotCommandScopeChat", - "chat_id": 0 - } + "scopes": [ + { + "name": "BotCommandScopeChat", + "chat_id": 0 + } + ] } } } \ No newline at end of file