diff options
| -rw-r--r-- | bot/exts/help_channels/_cog.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py index bea5fd9c0..f866e98af 100644 --- a/bot/exts/help_channels/_cog.py +++ b/bot/exts/help_channels/_cog.py @@ -351,6 +351,7 @@ class HelpChannels(commands.Cog):          _stats.report_counts() +    @lock.lock_arg(f"{NAMESPACE}.unclaim", "channel")      async def unclaim_channel(self, channel: discord.TextChannel, *, is_auto: bool = True) -> None:          """          Unclaim an in-use help `channel` to make it dormant. | 
