mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'dev-2.x'
This commit is contained in:
commit
f6730d0e93
2 changed files with 2 additions and 2 deletions
|
|
@ -43,5 +43,5 @@ __all__ = (
|
|||
'utils',
|
||||
)
|
||||
|
||||
__version__ = '2.14'
|
||||
__version__ = '2.14.1'
|
||||
__api_version__ = '5.3'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue