mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Fix quote filter
This commit is contained in:
parent
e762acc786
commit
6449a6df1a
@ -432,7 +432,7 @@ async def quote_filter(_, __, m: Message):
|
||||
return bool(m.quote)
|
||||
|
||||
|
||||
text = create(quote_filter)
|
||||
quote = create(quote_filter)
|
||||
"""Filter quote messages."""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user