From 0f60985c788fc5d9693798ca3eaf358e6799acf9 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 21 Dec 2017 22:39:44 -0500 Subject: [PATCH] Removed on_ready testing --- src/run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/run.py b/src/run.py index 5a2c2f8..ee8da28 100644 --- a/src/run.py +++ b/src/run.py @@ -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))