mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
[V3] Hide help command from help (#1772)
This commit is contained in:
parent
19b05e632c
commit
a6965c4b5a
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user