Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
ltzmax committed Oct 26, 2023
1 parent 7a27731 commit c96b0c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions captcha/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c96b0c6

Please sign in to comment.