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.
Files changed (2) hide show
  1. package/lib/index.js +2 -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) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-cocoyyy-console",
3
3
  "description": "自用koishi插件,功能包含复读,记录黑历史,*人等",
4
- "version": "1.0.16-beta.3",
4
+ "version": "1.0.16-beta.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "contributors": [