onebots 0.4.30 → 0.4.31

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.
@@ -135,7 +135,7 @@ class QQAdapter extends adapter_1.Adapter {
135
135
  platform: 'qq',
136
136
  ...data,
137
137
  };
138
- delete data.bot;
138
+ delete result.bot;
139
139
  return result;
140
140
  }
141
141
  async start(uin) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onebots",
3
- "version": "0.4.30",
3
+ "version": "0.4.31",
4
4
  "description": "基于icqq的多例oneBot实现",
5
5
  "engines": {
6
6
  "node": ">=16"