diff --git a/pyrogram/filters.py b/pyrogram/filters.py index db08f672..aaff1aa1 100644 --- a/pyrogram/filters.py +++ b/pyrogram/filters.py @@ -764,15 +764,21 @@ def command(commands: Union[str, List[str]], prefixes: Union[str, List[str]] = " Examples: when True, command="Start" would trigger /Start but not /start. """ command_re = re.compile(r"([\"'])(.*?)(?