[V3] Fix help's help (#1606)

This commit is contained in:
bobloy 2018-05-10 17:14:44 -04:00 committed by palmtree5
parent fcb9b40b43
commit 6c934b02e6

View File

@ -280,6 +280,7 @@ class Help(formatter.HelpFormatter):
@commands.command() @commands.command()
async def help(ctx, *cmds: str): async def help(ctx, *cmds: str):
"""Shows help documentation. """Shows help documentation.
[p]**help**: Shows the help manual. [p]**help**: Shows the help manual.
[p]**help** command: Show help for a command [p]**help** command: Show help for a command
[p]**help** Category: Show commands and description for a category""" [p]**help** Category: Show commands and description for a category"""