diff --git a/redbot/core/help_formatter.py b/redbot/core/help_formatter.py index 93d566a3f..147b0272c 100644 --- a/redbot/core/help_formatter.py +++ b/redbot/core/help_formatter.py @@ -296,7 +296,7 @@ class Help(formatter.HelpFormatter): return embed -@commands.command() +@commands.command(hidden=True) async def help(ctx, *cmds: str): """Shows help documentation.