mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +00:00
Removed pre-definition of HelpFormatter
This commit is contained in:
parent
bcc1273fbe
commit
ed0cdd837d
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ def get_prefix(bot, message):
|
||||||
return u.settings['prefixes'].get(message.guild.id, u.config['prefix'])
|
return u.settings['prefixes'].get(message.guild.id, u.config['prefix'])
|
||||||
|
|
||||||
|
|
||||||
help_formatter = HelpFormatter(show_check_failure=True)
|
|
||||||
bot = commands.Bot(command_prefix=get_prefix, formatter=help_formatter, description='Experimental miscellaneous bot')
|
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
|
# Send and print ready message to #testing and console after logon
|
||||||
|
|
Loading…
Reference in a new issue