diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index a095ed89..5d892bbe 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -232,7 +232,7 @@ class Filters: Pass True if you want your command(s) to be case sensitive. Defaults to False. Examples: when True, command="Start" would trigger /Start but not /start. """ - command_re = re.compile(r"([\"'])(?!\\)(.*?)(?