fix: update version

This commit is contained in:
ikechan8370 2023-09-23 20:26:48 +08:00
parent 390eb5cdae
commit 6e61d0e743
2 changed files with 2 additions and 2 deletions

View file

@ -217,7 +217,7 @@ ${translateLangLabels}
const match = e.msg.trim().match(regExp)
const duration = !match[1] ? 12 : parseInt(match[1]) // default 12h
if(duration > 24) {
if (duration > 24) {
await e.reply('最多只能统计24小时内的记录哦')
return false
}