From e4dfcfbc841bb79f192e7cac79fad616e8ebb03e Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 28 May 2023 11:43:54 +0200 Subject: [PATCH] Fixed config --- config_example.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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