diff --git a/captcha/commands.py b/captcha/commands.py index f1c2dd34..c19889db 100644 --- a/captcha/commands.py +++ b/captcha/commands.py @@ -194,8 +194,7 @@ async def _reset(self, ctx: commands.Context): """ view = ConfirmView(ctx.author, disable_buttons=True) view.message = await ctx.send( - "Are you sure you want to reset all the captcha settings back to default?", - view=view + "Are you sure you want to reset all the captcha settings back to default?", view=view ) await view.wait() if view.result: