mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 08:52:31 -05:00
[Mod] Typo in unban command (#5470)
This commit is contained in:
@@ -956,7 +956,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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user