mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +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 {
|
try {
|
||||||
await client.getImages(prompt, e)
|
await client.getImages(prompt, e)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
await e.reply('绘图失败:' + e)
|
await e.reply('绘图失败:' + err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue