mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix CommandStart filter
This commit is contained in:
parent
facae42bad
commit
7917a196ed
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class CommandStart(Command):
|
|||
return {'deep_link': match}
|
||||
return False
|
||||
|
||||
return False
|
||||
return check
|
||||
|
||||
|
||||
class CommandHelp(Command):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue