From b47bedaf5b63a7629d812993dc3193c2eac7fc2a Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 1 Dec 2017 18:05:33 -0500 Subject: [PATCH] Fixed secondary test command visible to endusers --- src/main/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/run.py b/src/main/run.py index 6130920..0353cf9 100644 --- a/src/main/run.py +++ b/src/main/run.py @@ -60,7 +60,7 @@ def get_prefix(bot, message): bot = cmds.Bot(command_prefix=get_prefix, formatter=cmds.HelpFormatter(show_check_failure=True), description='Modumind - A booru bot with a side of management\n\nS for single command\nG for group command', help_attrs={'aliases': ['h']}, pm_help=None) -@bot.command(help='help', brief='brief', description='description', usage='usage') +@bot.command(help='help', brief='brief', description='description', usage='usage', hidden=True) async def test(ctx): pass