diff --git a/cogs/poll_controls.py b/cogs/poll_controls.py index 9e7a542..ca61332 100644 --- a/cogs/poll_controls.py +++ b/cogs/poll_controls.py @@ -292,6 +292,8 @@ class PollControls: except SystemExit: await self.say_error(ctx, error_text=helpstring) return + except: + return # pass arguments to the wizard async def route(poll):