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