diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index be6a935d..f57f961f 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -32,7 +32,7 @@ class Filters: text = build("Text", lambda _, m: bool(m.text and not m.text.startswith("/"))) @staticmethod - def command(command: str or list = list()): + def command(command: str or list): return build( "Command", lambda _, m: bool(