fix: 聊天记录重复的问题

This commit is contained in:
ikechan8370 2025-02-15 23:28:14 +08:00
parent afa456f044
commit 9930e53a03
2 changed files with 13 additions and 10 deletions

View file

@ -81,7 +81,9 @@ export class bym extends plugin {
replyPureTextCallback: msg => {
msg = filterResponseChunk(msg)
msg && e.reply(msg)
}
},
// 上下文在bym.js里构造简化版。
enableGroupContext: false
}
})
// let rsp = await client.sendMessage(e.msg, opt)