diff options
| -rw-r--r-- | bot/cogs/moderation/silence.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/moderation/silence.py b/bot/cogs/moderation/silence.py index 8223df491..13f84009f 100644 --- a/bot/cogs/moderation/silence.py +++ b/bot/cogs/moderation/silence.py @@ -111,7 +111,7 @@ class Silence(Scheduler, commands.Cog):              delay=duration*60,          ) -        await self.schedule_task(ctx.channel.id, channel) +        self.schedule_task(ctx.channel.id, channel)      @commands.command(aliases=("unhush",))      async def unsilence(self, ctx: Context) -> None: | 
