From 198d1e79b47340d3a37c629adef473eb9b7224a8 Mon Sep 17 00:00:00 2001 From: Ascensionn <87586499+Ascensionn@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:56:45 -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 6cca2379669..a4b7a12b016 100644 --- a/redbot/cogs/warnings/warnings.py +++ b/redbot/cogs/warnings/warnings.py @@ -398,7 +398,7 @@ async def warn( try: confirm = ConfirmView(ctx.author, timeout=30) confirm.message = await ctx.send( - f"User `{user}` is not in the server but has been found globally. Would you like to ban them instead?", + _("User `{user}` is not in the server. Would you like to ban them instead?").format(user=user), view=confirm, ) await confirm.wait()