Merge pull request #257 from klaipher/patch-3

Fix CommandStart filter
This commit is contained in:
Alex Root Junior 2020-01-04 18:28:26 +02:00 committed by GitHub
commit 9a6caba41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ class CommandStart(Command):
return {'deep_link': match}
return False
return False
return check
class CommandHelp(Command):