diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/help_channels.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py index 231c34d7b..394efd3b5 100644 --- a/bot/cogs/help_channels.py +++ b/bot/cogs/help_channels.py @@ -421,6 +421,8 @@ class HelpChannels(Scheduler, commands.Cog):          # The parent task (_scheduled_task) will still get cancelled.          await asyncio.shield(self.move_idle_channel(data.channel)) +        self.cancel_task(data.channel.id) +  def setup(bot: Bot) -> None:      """Load the HelpChannels cog."""  |