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

Added logging of reconnection, and skipping over on_ready()

This commit is contained in:
Myned 2017-12-08 21:55:33 -05:00
parent f7728b2d1e
commit 8cbf4a90f8

View file

@ -99,6 +99,8 @@ async def on_ready():
u.dump(u.temp, 'temp/temp.pkl')
checks.ready = True
else:
print('\n- - - -\nI N F O : reconnected, skipping initialization\n- - - -')
@bot.event