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"""