mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 发图工具的小bug
This commit is contained in:
parent
bde81c0a17
commit
20195ecfdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue