[Mod] Typo in unban command (#5470)

This commit is contained in:
sravan 2021-12-23 07:21:55 +05:30 committed by GitHub
parent e993e749ee
commit 442cad7917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -956,7 +956,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)
) )