mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Removed on_ready testing
This commit is contained in:
parent
4d188e2a4a
commit
0f60985c78
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue