diff options
author | 2020-05-17 00:38:17 +0200 | |
---|---|---|
committer | 2020-05-17 00:38:17 +0200 | |
commit | 3a278c7ff64951e0bb7ed05d822f60e5a70d34d9 (patch) | |
tree | 66e793e2f6d40c5bc12feaff24b97abdd0466cd8 | |
parent | Remove @Admins ping from the #verification message (diff) |
added "solved" as a alias for "closed"
-rw-r--r-- | bot/cogs/help_channels.py | 2 |
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. |