From a6965c4b5a9d294413f2d4409a39cb4d9ccd42ec Mon Sep 17 00:00:00 2001 From: Michael H Date: Sat, 2 Jun 2018 18:29:16 -0400 Subject: [PATCH] [V3] Hide help command from help (#1772) --- redbot/core/help_formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.