koishi-plugin-cocoyyy-console 1.0.16-beta.3 → 1.0.16-beta.4
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/index.js +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1375,9 +1375,9 @@ function registerTestCommands(ctx, config) {
|
|
|
1375
1375
|
if (session.quote) {
|
|
1376
1376
|
const quoteContent = session.quote.content;
|
|
1377
1377
|
const quoteUserId = session.quote.user.id;
|
|
1378
|
-
logger.error(`quoteContent: ${quoteContent}, quoteUserId: ${quoteUserId},content: ${content} userId: ${userId}`);
|
|
1378
|
+
logger.error(`command: quoteContent: ${quoteContent}, quoteUserId: ${quoteUserId},content: ${content} userId: ${userId}`);
|
|
1379
1379
|
} else {
|
|
1380
|
-
logger.error(`content: ${content} userId: ${userId}`);
|
|
1380
|
+
logger.error(`command: content: ${content} userId: ${userId}`);
|
|
1381
1381
|
}
|
|
1382
1382
|
});
|
|
1383
1383
|
ctx.middleware((session, next) => {
|