aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/help_channels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py
index 5f59a9d60..69812eda0 100644
--- a/bot/cogs/help_channels.py
+++ b/bot/cogs/help_channels.py
@@ -217,8 +217,8 @@ class HelpChannels(Scheduler, commands.Cog):
with suppress(discord.errors.HTTPException, discord.errors.NotFound):
await self.reset_claimant_send_permission(ctx.channel)
- self.cancel_task(ctx.channel.id)
await self.move_to_dormant(ctx.channel)
+ self.cancel_task(ctx.channel.id)
else:
log.debug(f"{ctx.author} invoked command 'dormant' outside an in-use help channel")