mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 05:54:51 +00:00
Update filters.py
This commit is contained in:
parent
5da5cabf4c
commit
0943761a91
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ class Filters:
|
|||
dan = create("Dan", lambda _, m: bool(m.from_user and m.from_user.id == 23122162))
|
||||
|
||||
mentioned = create("Mentioned", lambda _, m: bool(m.mentioned))
|
||||
"""Filter messages containing mentions"""
|
||||
|
||||
@staticmethod
|
||||
def command(command: str or list,
|
||||
|
|
|
|||
Loading…
Reference in a new issue