onebots 0.4.28 → 0.4.29

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.
@@ -266,6 +266,7 @@ class IcqqAdapter extends adapter_1.Adapter {
266
266
  }
267
267
  };
268
268
  client.trap('system.online', () => {
269
+ clearTimeout(timer);
269
270
  resolve(clean);
270
271
  });
271
272
  const timer = setTimeout(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onebots",
3
- "version": "0.4.28",
3
+ "version": "0.4.29",
4
4
  "description": "基于icqq的多例oneBot实现",
5
5
  "engines": {
6
6
  "node": ">=16"