diff --git a/discord/ext/commands/hybrid.py b/discord/ext/commands/hybrid.py index bb1cf0fac..a6186e647 100644 --- a/discord/ext/commands/hybrid.py +++ b/discord/ext/commands/hybrid.py @@ -144,6 +144,7 @@ def make_greedy_transformer(converter: Any, parameter: Parameter) -> Type[app_co view = StringView(value) result = [] while True: + view.skip_ws() arg = view.get_quoted_word() if arg is None: break