Skip to content

Commit

Permalink
Update redbot/cogs/warnings/warnings.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Oliveira <[email protected]>
  • Loading branch information
Ascensionn and Flame442 authored Dec 2, 2024
1 parent a2d83f5 commit 7e7d624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/warnings/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ async def warn(
elif confirm.result:
await ctx.guild.ban(user_obj, reason=reason)
else:
confirm.message = await ctx.send("No action taken.")
confirm.message = await ctx.send(_("No action taken."))

await confirm.message.add_reaction("\N{WHITE HEAVY CHECK MARK}")

Expand Down

0 comments on commit 7e7d624

Please sign in to comment.