mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Changed description, added help_attrs (help alias), added pm_help=None
This commit is contained in:
parent
ed0cdd837d
commit
ea4a12024b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue