mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: update version
This commit is contained in:
parent
390eb5cdae
commit
6e61d0e743
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue