mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix :任意群u都能继续
This commit is contained in:
parent
ec20dc2346
commit
1a6466dde1
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue