a small typo (#4915)

This commit is contained in:
❥sora 2021-03-27 03:13:00 +09:00 committed by GitHub
parent a4db7a1028
commit d45a02166d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(