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:
parent
f7728b2d1e
commit
8cbf4a90f8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue