1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-23 22:27:27 +00:00

Removed on_ready testing

This commit is contained in:
Myned 2017-12-21 22:39:44 -05:00
parent 4d188e2a4a
commit 0f60985c78

View file

@ -115,8 +115,6 @@ async def on_message(message):
@bot.event
async def on_error(error, *args, **kwargs):
print(bot.is_closed())
print(bot.is_ready())
print('\n! ! ! ! !\nE R R O R : {}\n! ! ! ! !\n'.format(error), file=sys.stderr)
tb.print_exc()
await bot.get_user(u.config['owner_id']).send('**ERROR** \N{WARNING SIGN}\n```\n{}```'.format(error))