onebots 0.0.27 → 0.0.28

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.
@@ -364,7 +364,6 @@ class V12 extends events_1.EventEmitter {
364
364
  params[k] = (0, utils_1.toBool)(params[k]);
365
365
  if (k === 'message') {
366
366
  params[k] = V12.fromSegment(params[k]);
367
- console.log(params[k]);
368
367
  params['message_id'] = params[k].find(e => e.type === 'reply')?.message_id;
369
368
  }
370
369
  args.push(params[k]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onebots",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "基于oicq的多例oneBot实现",
5
5
  "engines": {
6
6
  "node": ">=16"