From cfff6b2b25a6f4280157a7cca31d764b030a7a2b Mon Sep 17 00:00:00 2001 From: profitroll Date: Fri, 26 May 2023 16:31:33 +0200 Subject: [PATCH] Added bot owner, commands, locations and locale --- config_example.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/config_example.json b/config_example.json index bd95ff1..5df991a 100644 --- a/config_example.json +++ b/config_example.json @@ -1,12 +1,26 @@ { + "locale": "en", "bot": { + "owner": 0, "api_id": 0, "api_hash": "", "bot_token": "", - "workers": 1 + "workers": 1, + "scoped_commands": true }, - "disabled_plugins": [], "reports": { "chat_id": 0 + }, + "locations": { + "locale": "locale" + }, + "disabled_plugins": [], + "commands": { + "start": { + "scope": { + "name": "BotCommandScopeChat", + "chat_id": 0 + } + } } } \ No newline at end of file