mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed BotCommandScopeType helper mode
This commit is contained in:
parent
f18e4491c2
commit
af031431f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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