mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 22:35:36 +00:00
Fix command filter relying on a previous command state
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user