From 9e95d459e5663ba3a3eacecf4c3073fce4817951 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 15 Nov 2022 10:25:35 +0000 Subject: Add hf as an alias for the help-forum command group --- bot/exts/help_channels/_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py index c119a44ef..50f8416fc 100644 --- a/bot/exts/help_channels/_cog.py +++ b/bot/exts/help_channels/_cog.py @@ -58,7 +58,7 @@ class HelpForum(commands.Cog): f"**Match:** {match.group()}" ) - @commands.group(name="help-forum") + @commands.group(name="help-forum", aliases=("hf",)) async def help_forum_group(self, ctx: commands.Context) -> None: """A group of commands that help manage our help forum system.""" if not ctx.invoked_subcommand: -- cgit v1.2.3