remove built-in help

This commit is contained in:
Dustin Pianalto 2018-06-08 11:30:57 -08:00
parent 19155577fa
commit 5447601cec

View File

@ -160,6 +160,7 @@ async def on_message(ctx):
@bot.event
async def on_ready():
bot.remove_command('help')
bot.recent_msgs = {}
logging.info('Logged in as {0.name}|{0.id}'.format(bot.user))
load_list = bot.bot_config['load_list']