From 8c83abca80ddbb81eb59db1c237d81a884c2e7f0 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 20 Nov 2017 06:01:23 -0500 Subject: [PATCH] Secondary test command --- src/main/run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/run.py b/src/main/run.py index c155005..c6fa59c 100644 --- a/src/main/run.py +++ b/src/main/run.py @@ -58,6 +58,9 @@ def get_prefix(bot, message): bot = commands.Bot(command_prefix=get_prefix, formatter=commands.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') +async def test(ctx): + pass # Send and print ready message to #testing and console after logon