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.
- package/lib/service/V12/index.js +0 -1
- package/package.json +1 -1
package/lib/service/V12/index.js
CHANGED
|
@@ -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]);
|