fix: 发图工具的小bug

This commit is contained in:
ikechan8370 2025-02-18 00:09:41 +08:00
parent bde81c0a17
commit 20195ecfdf

View file

@ -51,7 +51,7 @@ export class SendPictureTool extends AbstractTool {
try {
await group.sendMsg(pic)
} catch (err) {
errs.push(pic.url)
errs.push(pic)
}
}
// await group.sendMsg(pictures)