@koishijs/plugin-adapter-discord 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -1486,6 +1486,7 @@ var WebSocketClient = class extends import_koishi5.Adapter.WebSocketClient {
1486
1486
  seq: bot._d
1487
1487
  }
1488
1488
  }));
1489
+ bot.resolve();
1489
1490
  }
1490
1491
  bot.socket.on("message", async (data) => {
1491
1492
  let parsed;