From de3ec3f26a28ff2ee762cde5f4358d38191397d8 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Thu, 23 Dec 2021 02:53:31 +0100 Subject: [PATCH] [3.4] [Mod] Typo in unban command (#5470) (#5478) (cherry picked from commit 442cad79173c0c57ccfe22c20d79d5a4695629c7) Co-authored-by: sravan Co-authored-by: sravan --- redbot/cogs/mod/kickban.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/mod/kickban.py b/redbot/cogs/mod/kickban.py index d8d27077b..a2dad59ed 100644 --- a/redbot/cogs/mod/kickban.py +++ b/redbot/cogs/mod/kickban.py @@ -955,7 +955,7 @@ class KickBanMixin(MixinMeta): except discord.HTTPException: await ctx.send( _( - "Something went wrong when attempting to send that user" + "Something went wrong when attempting to send that user " "an invite. Here's the link so you can try: {invite_link}" ).format(invite_link=invite.url) )