koishi-plugin-tmp-bot 1.19.3 → 1.19.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.
@@ -17,7 +17,7 @@ module.exports = async (ctx, session, serverName) => {
17
17
  // 尝试从数据库查询绑定信息
18
18
  let guildBindData = await guildBind.get(ctx.database, session.platform, session.userId);
19
19
  if (!guildBindData) {
20
- return `请输入正确的玩家编号`;
20
+ return `请先绑定玩家编号`;
21
21
  }
22
22
  let tmpId = guildBindData.tmp_id;
23
23
  // 查询玩家信息
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-tmp-bot",
3
3
  "description": "欧洲卡车模拟2 TMP查询插件,不会部署的可以直接使用此机器人->QQ:3523283907",
4
- "version": "1.19.3",
4
+ "version": "1.19.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "homepage": "https://github.com/79887143/koishi-plugin-tmp-bot",