koishi-plugin-tmp-bot 1.6.1 → 1.6.2
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.
- package/lib/command/tmpQuery.js +1 -1
- package/package.json +1 -1
package/lib/command/tmpQuery.js
CHANGED
|
@@ -67,7 +67,7 @@ module.exports = async (ctx, cfg, session, tmpId) => {
|
|
|
67
67
|
} else {
|
|
68
68
|
message += dayjs(ban.expiration + 'Z').format('YYYY年MM月DD日 HH:mm')
|
|
69
69
|
}
|
|
70
|
-
message += "\n🚫封禁原因: " + await baiduTranslate(ctx, cfg, ban.reason
|
|
70
|
+
message += "\n🚫封禁原因: " + await baiduTranslate(ctx, cfg, ban.reason, false)
|
|
71
71
|
} else {
|
|
72
72
|
message += '查询失败'
|
|
73
73
|
}
|