mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
a small typo (#4915)
This commit is contained in:
parent
a4db7a1028
commit
d45a02166d
@ -793,7 +793,7 @@ class Mutes(VoiceMutes, commands.Cog, metaclass=CompositeMetaClass):
|
|||||||
"""
|
"""
|
||||||
if channel is None:
|
if channel is None:
|
||||||
await self.config.guild(ctx.guild).notification_channel.clear()
|
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:
|
else:
|
||||||
await self.config.guild(ctx.guild).notification_channel.set(channel.id)
|
await self.config.guild(ctx.guild).notification_channel.set(channel.id)
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user