From 40fafda170ab8f6229c460890347fb47f522c4fc Mon Sep 17 00:00:00 2001 From: "{{ github.actor }}" Date: Thu, 26 Oct 2023 10:32:32 +0000 Subject: [PATCH] Style Reformatting --- captcha/commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: