koishi-plugin-ets2-tools-tmp 2.5.6 → 2.5.7

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.
@@ -57,7 +57,7 @@ module.exports = async (ctx, cfg, session, tmpId) => {
57
57
  return '玩家不存在';
58
58
  }
59
59
  else if (playerInfo.error) {
60
- return '查询玩家信息失败,请重试';
60
+ return '玩家信息查询失败,请重试';
61
61
  }
62
62
  // 查询线上信息
63
63
  let playerMapInfo = await truckyAppApi.online(ctx.http, tmpId);
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": "2.5.6",
4
+ "version": "2.5.7",
5
5
  "contributors": [
6
6
  "opwop <slhp1013@qq.com>",
7
7
  "bot_actions <168329908@qq.com>"