From bfdd52502a4786d09cc551525f677f38664785f5 Mon Sep 17 00:00:00 2001 From: Trevor Bergeron Date: Thu, 21 Jul 2022 22:46:48 -0400 Subject: [PATCH] Fix must_consume_args --- maubot/handlers/command.py | 1 + 1 file changed, 1 insertion(+) 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",