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}")