mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Add TODO
This commit is contained in:
parent
e81ef5a757
commit
18e414e2c1
1 changed files with 2 additions and 0 deletions
|
|
@ -125,6 +125,8 @@ class Filters:
|
||||||
pinned_message = build("PinnedMessage", lambda _, m: bool(m.pinned_message))
|
pinned_message = build("PinnedMessage", lambda _, m: bool(m.pinned_message))
|
||||||
"""Filter service messages for pinned messages."""
|
"""Filter service messages for pinned messages."""
|
||||||
|
|
||||||
|
# TODO: Add filters for reply markups
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def command(command: str or list, prefix: str = "/", separator: str = " "):
|
def command(command: str or list, prefix: str = "/", separator: str = " "):
|
||||||
"""Filter commands, i.e.: text messages starting with "/" or any other custom prefix.
|
"""Filter commands, i.e.: text messages starting with "/" or any other custom prefix.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue