Fix quote filter

This commit is contained in:
KurimuzonAkuma 2023-11-01 16:25:25 +03:00
parent e762acc786
commit 6449a6df1a

View File

@ -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."""