mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
make mute and unmute have the same fail string
This commit is contained in:
@@ -208,7 +208,7 @@ class MuteMixin(MixinMeta):
|
||||
_("Muted {user} in channel {channel.name}").format(user=user, channel=channel)
|
||||
)
|
||||
else:
|
||||
await ctx.send(issue)
|
||||
await ctx.send(_("Mute failed. Reason: {}").format(issue))
|
||||
|
||||
@mute.command(name="channel")
|
||||
@commands.guild_only()
|
||||
|
||||
Reference in New Issue
Block a user