From 64b54a4efce75251485b3704f7c52538f307a2d7 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 28 May 2023 11:49:45 +0200 Subject: [PATCH] Fixed typing --- classes/commandset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/commandset.py b/classes/commandset.py index 1434166..e50620d 100644 --- a/classes/commandset.py +++ b/classes/commandset.py @@ -25,5 +25,5 @@ class CommandSet: BotCommandScopeChat, BotCommandScopeChatAdministrators, BotCommandScopeChatMember, - ] = BotCommandScopeDefault() + ] = BotCommandScopeDefault language_code: str = ""