diff --git a/revolt/ext/commands/command.py b/revolt/ext/commands/command.py index 8a4d6ff..e9cfbbf 100755 --- a/revolt/ext/commands/command.py +++ b/revolt/ext/commands/command.py @@ -175,6 +175,7 @@ async def parse_arguments(self, context: Context[ClientT_Co_D]) -> None: except StopIteration: if parameter.default is not parameter.empty: arg = parameter.default + context.view.undo() else: raise