Skip to content

Commit

Permalink
'Refactored by Sourcery'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcery AI committed Oct 26, 2023
1 parent cc8a1ef commit 8dd8498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captcha/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def _after(
"""
if message is None:
await self.config.guild(ctx.guild).message_after_captcha.clear() # type: ignore
await ctx.send(f"Cleared the after captcha message.")
await ctx.send("Cleared the after captcha message.")
return
await self.config.guild(ctx.guild).message_after_captcha.set(message) # type: ignore
await ctx.send(f"Changed the after captcha message:\n{box(str(message), lang='json')}")
Expand Down

0 comments on commit 8dd8498

Please sign in to comment.