[V3] Hide help command from help (#1772)

This commit is contained in:
Michael H 2018-06-02 18:29:16 -04:00 committed by Will
parent 19b05e632c
commit a6965c4b5a

View File

@ -296,7 +296,7 @@ class Help(formatter.HelpFormatter):
return embed return embed
@commands.command() @commands.command(hidden=True)
async def help(ctx, *cmds: str): async def help(ctx, *cmds: str):
"""Shows help documentation. """Shows help documentation.