fix: 修改必应绘图失败提示词避免ap画出来

This commit is contained in:
ikechan8370 2023-12-12 13:25:45 +08:00
parent fd0d0ff5db
commit e5d6a415e8
3 changed files with 6 additions and 6 deletions

View file

@ -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)
}
}
}