aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-05-17 09:05:23 +0200
committerGravatar GitHub <[email protected]>2020-05-17 09:05:23 +0200
commitafb55b9e2525753d138695a2fc50d97a4341709b (patch)
treecfb59b94bb3bae2bad99a9d495977e186bd1d98c
parentfix redirect_output decorator; remove ninja code (diff)
parentMerge pull request #946 from vivax3794/master (diff)
Merge branch 'master' into help-refactor
-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 b714a1642..1bd1f9d68 100644
--- a/bot/cogs/help_channels.py
+++ b/bot/cogs/help_channels.py
@@ -225,7 +225,7 @@ class HelpChannels(Scheduler, commands.Cog):
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.