koishi-plugin-tmp-bot 1.20.2 → 1.20.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.
@@ -55,7 +55,7 @@ module.exports = async (ctx, session, serverType, tmpId) => {
55
55
  name: playerInfo.data.name,
56
56
  smallAvatarUrl: playerInfo.data.smallAvatarUrl,
57
57
  todayMileage: playerInfo.data.todayMileage,
58
- points: mapPlayerHistory.data
58
+ points: mapPlayerHistoryArr
59
59
  };
60
60
  let page;
61
61
  try {
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-tmp-bot",
3
3
  "description": "欧洲卡车模拟2 TMP查询插件,不会部署的可以直接使用此机器人->QQ:2364390698",
4
- "version": "1.20.2",
4
+ "version": "1.20.3",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "homepage": "https://github.com/79887143/koishi-plugin-tmp-bot",