mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 发癫一样的给bym私聊狂发图
This commit is contained in:
parent
98d129517a
commit
1911e5ca4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue