diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index 01d6bbd4..0a7346ef 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -240,6 +240,7 @@ class Filters: def func(flt, message): text = message.text or message.caption + message.command = None if text: for p in flt.p: