From c96b0c67cc8db035ad2b32953b398251a6b70f13 Mon Sep 17 00:00:00 2001 From: MAX <63972751+ltzmax@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:33:45 +0200 Subject: [PATCH] Style --- captcha/commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/captcha/commands.py b/captcha/commands.py index b17f87c8..722cfa10 100644 --- a/captcha/commands.py +++ b/captcha/commands.py @@ -200,8 +200,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: