From 4943dd3656ec3993c66386e7f5cdb9752fff5970 Mon Sep 17 00:00:00 2001 From: matnad Date: Wed, 20 Feb 2019 18:07:48 +0100 Subject: [PATCH] hotfix crash --- cogs/poll_controls.py | 2 ++ 1 file changed, 2 insertions(+) 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):