mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 23:44:51 +00:00
Add better examples to Filters.command
This commit is contained in:
parent
b79df81f14
commit
841141077f
1 changed files with 2 additions and 2 deletions
|
|
@ -181,8 +181,8 @@ class Filters:
|
|||
field of the :class:`Message <pyrogram.Message>`.
|
||||
|
||||
prefix (``str`` | ``list``, *optional*):
|
||||
A prefix or a list of prefixes as string. Defaults to "/" (slash).
|
||||
Examples: /start, .help, !settings.
|
||||
A prefix or a list of prefixes as string the filter should look for.
|
||||
Defaults to "/" (slash). Examples: ".", "!", ["/", "!", "."].
|
||||
|
||||
separator (``str``, *optional*):
|
||||
The command arguments separator. Defaults to " " (white space).
|
||||
|
|
|
|||
Loading…
Reference in a new issue