[3.4] [Mod] Typo in unban command (#5470) (#5478)

(cherry picked from commit 442cad7917)

Co-authored-by: sravan <miniclip1956@gmail.com>

Co-authored-by: sravan <miniclip1956@gmail.com>
This commit is contained in:
Red-GitHubBot
2021-12-23 02:53:31 +01:00
committed by GitHub
parent 5987f9aabc
commit de3ec3f26a

View File

@@ -955,7 +955,7 @@ class KickBanMixin(MixinMeta):
except discord.HTTPException: except discord.HTTPException:
await ctx.send( 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}" "an invite. Here's the link so you can try: {invite_link}"
).format(invite_link=invite.url) ).format(invite_link=invite.url)
) )