From ea4a12024b55a48282087b2970a25eac9963dce9 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 20 Nov 2017 06:01:07 -0500 Subject: [PATCH] Changed description, added help_attrs (help alias), added pm_help=None --- 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 e5fdeef..c155005 100644 --- a/src/main/run.py +++ b/src/main/run.py @@ -56,8 +56,8 @@ log.basicConfig(level=log.WARNING) def get_prefix(bot, message): return u.settings['prefixes'].get(message.guild.id, u.config['prefix']) +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 = commands.Bot(command_prefix=get_prefix, formatter=help_formatter, description='Experimental miscellaneous bot') # Send and print ready message to #testing and console after logon