From 6c934b02e6ae1212b0065cbd22dcfa9557551b40 Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 10 May 2018 17:14:44 -0400 Subject: [PATCH] [V3] Fix help's help (#1606) --- redbot/core/help_formatter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/redbot/core/help_formatter.py b/redbot/core/help_formatter.py index c523d6d81..24649c7ad 100644 --- a/redbot/core/help_formatter.py +++ b/redbot/core/help_formatter.py @@ -280,6 +280,7 @@ class Help(formatter.HelpFormatter): @commands.command() async def help(ctx, *cmds: str): """Shows help documentation. + [p]**help**: Shows the help manual. [p]**help** command: Show help for a command [p]**help** Category: Show commands and description for a category"""