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