From 7e7d624316b8f192ad36ed694e43f2ad576fff58 Mon Sep 17 00:00:00 2001 From: Ascensionn <87586499+Ascensionn@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:55:46 -0500 Subject: [PATCH] Update redbot/cogs/warnings/warnings.py Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com> --- redbot/cogs/warnings/warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/warnings/warnings.py b/redbot/cogs/warnings/warnings.py index 8cda7bd3f10..e3059088485 100644 --- a/redbot/cogs/warnings/warnings.py +++ b/redbot/cogs/warnings/warnings.py @@ -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}")