mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 21:24:50 +00:00
Fix command filter relying on a previous command state
This commit is contained in:
parent
f0c1cb00ca
commit
af1bb3b0a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue