diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py index b714a16428..1bd1f9d683 100644 --- a/bot/cogs/help_channels.py +++ b/bot/cogs/help_channels.py @@ -225,7 +225,7 @@ async def dormant_check(self, ctx: commands.Context) -> bool: return role_check - @commands.command(name="close", aliases=["dormant"], enabled=False) + @commands.command(name="close", aliases=["dormant", "solved"], enabled=False) async def close_command(self, ctx: commands.Context) -> None: """ Make the current in-use help channel dormant.