koishi-plugin-ets2-tools-tmp 3.0.2 → 3.0.3

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.
@@ -98,7 +98,7 @@ module.exports = async (ctx, cfg, session, target, changeType, quantity, reason)
98
98
  return changeResponse.msg || "积分修改失败";
99
99
  }
100
100
 
101
- return `积分修改成功!\n目标ID: ${userId}\n操作: ${changeType} ${quantityNum} 积分\n备注: ${reason}`;
101
+ return `积分修改成功!\n操作: ${changeType} ${quantityNum} 积分`;
102
102
 
103
103
  } catch (error) {
104
104
  ctx.logger.error(`[V1] 积分修改错误: ${error.message}`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ets2-tools-tmp",
3
3
  "description": "欧卡2 TruckersMP信息查询、车队平台查询及活动提醒",
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "contributors": [
6
6
  "opwop <slhp1013@qq.com>",
7
7
  "bot_actions <168329908@qq.com>"