From 841141077f663c393186e6f18a21a96ff0e34e44 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 16 Oct 2018 11:53:05 +0200 Subject: [PATCH] Add better examples to Filters.command --- pyrogram/client/filters/filters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index 93322e1d..e80e230e 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -181,8 +181,8 @@ class Filters: field of the :class:`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).