fix: 发癫一样的给bym私聊狂发图

This commit is contained in:
ikechan8370 2025-02-15 20:26:24 +08:00
parent 98d129517a
commit 1911e5ca4b

View file

@ -61,7 +61,7 @@ export class SendPictureTool extends AbstractTool {
}
for (let pic of pictures) {
try {
await user.sendMsg(pictures)
await user.sendMsg(pic)
} catch (err) {
errs.push(pic.url)
}