sync.py 209 B

123456
  1. async def sync_callback(response, bot):
  2. bot.logger.log(
  3. f"Sync response received (next batch: {response.next_batch})", "debug")
  4. SYNC_TOKEN = response.next_batch
  5. bot.sync_token = SYNC_TOKEN