diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 2d852a7e..e04c6870 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -43,5 +43,5 @@ __all__ = ( 'utils', ) -__version__ = '2.14' +__version__ = '2.14.1' __api_version__ = '5.3' diff --git a/aiogram/types/bot_command_scope.py b/aiogram/types/bot_command_scope.py index e3091a7e..cb9bc78e 100644 --- a/aiogram/types/bot_command_scope.py +++ b/aiogram/types/bot_command_scope.py @@ -5,7 +5,7 @@ from ..utils import helper class BotCommandScopeType(helper.Helper): - mode = helper.HelperMode.lowercase + mode = helper.HelperMode.snake_case DEFAULT = helper.Item() # default ALL_PRIVATE_CHATS = helper.Item() # all_private_chats