mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Update
This commit is contained in:
@@ -83,5 +83,9 @@ async def syncronize():
|
||||
|
||||
async def start_synchronizer():
|
||||
while True:
|
||||
await syncronize()
|
||||
try:
|
||||
await syncronize()
|
||||
except Exception as e:
|
||||
print(f"Error: {e}")
|
||||
|
||||
await sleep(5 * 30)
|
||||
|
||||
Reference in New Issue
Block a user