diff --git a/redbot/cogs/mutes/mutes.py b/redbot/cogs/mutes/mutes.py index cd8e3eac0..e1b9592a1 100644 --- a/redbot/cogs/mutes/mutes.py +++ b/redbot/cogs/mutes/mutes.py @@ -793,7 +793,7 @@ class Mutes(VoiceMutes, commands.Cog, metaclass=CompositeMetaClass): """ if channel is None: await self.config.guild(ctx.guild).notification_channel.clear() - await ctx.send(_("Notification channel for unmute issues has been cleard.")) + await ctx.send(_("Notification channel for unmute issues has been cleared.")) else: await self.config.guild(ctx.guild).notification_channel.set(channel.id) await ctx.send(