|
@@ -3,4 +3,6 @@ async def sync_callback(response, bot):
|
|
|
f"Sync response received (next batch: {response.next_batch})", "debug")
|
|
|
SYNC_TOKEN = response.next_batch
|
|
|
|
|
|
- bot.sync_token = SYNC_TOKEN
|
|
|
+ bot.sync_token = SYNC_TOKEN
|
|
|
+
|
|
|
+ bot.accept_pending_invites()
|