1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Fixed commands not showing in help if checks fail

This commit is contained in:
Myned 2017-10-21 16:40:36 -04:00
parent 4528c6fe10
commit 04ec3b9955

View file

@ -26,7 +26,8 @@ def get_prefix(bot, message):
return u.config['prefix']
bot = commands.Bot(command_prefix=get_prefix, description='Experimental miscellaneous bot')
bot = commands.Bot(command_prefix=get_prefix, formatter=commands.HelpFormatter(
show_check_failure=True), description='Experimental miscellaneous bot')
# Send and print ready message to #testing and console after logon