Fix must_consume_args

This commit is contained in:
Trevor Bergeron 2022-07-21 22:46:48 -04:00
parent 47d7e2b483
commit bfdd52502a
No known key found for this signature in database
GPG Key ID: 6DA880FE359869BE
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class CommandHandler:
"get_name",
"is_command_match",
"require_subcommand",
"must_consume_args",
"arg_fallthrough",
"event_handler",
"event_type",