onebots 0.4.11 → 0.4.12

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.
Files changed (2) hide show
  1. package/lib/onebot.js +1 -0
  2. package/package.json +1 -1
package/lib/onebot.js CHANGED
@@ -76,6 +76,7 @@ class OneBot extends events_1.EventEmitter {
76
76
  throw new Error('不支持的oneBot版本:' + c.version);
77
77
  }
78
78
  });
79
+ this.status = OneBotStatus.Good;
79
80
  }
80
81
  start() {
81
82
  this.startListen();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onebots",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "基于icqq的多例oneBot实现",
5
5
  "engines": {
6
6
  "node": ">=16"