hotfix crash

This commit is contained in:
matnad 2019-02-20 18:07:48 +01:00
parent e961f4a7cc
commit 4943dd3656

View File

@ -292,6 +292,8 @@ class PollControls:
except SystemExit: except SystemExit:
await self.say_error(ctx, error_text=helpstring) await self.say_error(ctx, error_text=helpstring)
return return
except:
return
# pass arguments to the wizard # pass arguments to the wizard
async def route(poll): async def route(poll):