fix :任意群u都能继续

This commit is contained in:
Mio-FCIP 2025-03-03 04:17:46 +08:00 committed by GitHub
parent ec20dc2346
commit 1a6466dde1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ export class bym extends plugin {
if(Config.bymContinue){
const delay = Config.bymContinueDelay || 10
this.setContext("_handleContinue", e.isGroup, delay, "")
this.setContext("_handleContinue", false, delay, "")
}
let sender = e.sender.user_id
@ -130,4 +130,4 @@ export class bym extends plugin {
this.finish("_handleContinue", e.isGroup)
await this._handleReply(e)
}
}
}