mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 报错
This commit is contained in:
parent
1336368bc3
commit
fe0ca177f3
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ export class dalle extends plugin {
|
|||
try {
|
||||
await client.getImages(prompt, e)
|
||||
} catch (err) {
|
||||
await e.reply('绘图失败:' + e)
|
||||
await e.reply('绘图失败:' + err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue