koishi-plugin-bcjh-logs 0.0.3 → 0.0.5

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 +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -54,7 +54,7 @@ function apply(ctx) {
54
54
  const green = "\x1B[32m";
55
55
  const yellow = "\x1B[33m";
56
56
  const reset = "\x1B[0m";
57
- const logMessage = `{atSelf:${yellow}${atSelf}${reset},content:‘${green}${content}${reset}’,用户ID:${userId},频道ID:${channelId},群组ID:${guildId},平台:${platform}}`;
57
+ const logMessage = `{atSelf:${yellow}${atSelf}${reset},content:‘${green}${content}${reset}’,用户:${yellow}${userId}${reset},频道:${yellow}${channelId}${reset},群组:${yellow}${guildId}${reset},平台:${yellow}${platform}${reset}}`;
58
58
  logger.info(logMessage);
59
59
  return next();
60
60
  }, true);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-bcjh-logs",
3
3
  "description": "bcjh自用",
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [