mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 修改必应绘图失败提示词避免ap画出来
This commit is contained in:
parent
fd0d0ff5db
commit
e5d6a415e8
3 changed files with 6 additions and 6 deletions
|
|
@ -1752,7 +1752,7 @@ export class chatgpt extends plugin {
|
|||
await client.getImages(response.details.imageTag, e)
|
||||
} catch (err) {
|
||||
await redis.del(`CHATGPT:DRAW:${e.sender.user_id}`)
|
||||
await e.reply('绘图失败:' + err)
|
||||
await e.reply('❌绘图失败:' + err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue