hotfix crash
This commit is contained in:
parent
e961f4a7cc
commit
4943dd3656
@ -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):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user