diff --git a/maubot/handlers/command.py b/maubot/handlers/command.py index 495bc27..1d9cdfb 100644 --- a/maubot/handlers/command.py +++ b/maubot/handlers/command.py @@ -92,6 +92,7 @@ class CommandHandler: "get_name", "is_command_match", "require_subcommand", + "must_consume_args", "arg_fallthrough", "event_handler", "event_type",