fix: 错别字

This commit is contained in:
ikechan8370 2023-03-20 00:57:46 +08:00
parent 392064ceeb
commit 85c82fa01e

View file

@ -125,7 +125,7 @@ export class help extends plugin {
await redis.set(`CHATGPT:PROMPT_USE_${use}`, promptName)
await e.reply(`你当前正在使用${use}模式,已将该模式设定应用为"${promptName}。更该设定后建议结束对话以使设定更好生效"`, true)
} else {
await e.reply(`你当前正在使用${use}模式,模式不支持设定`, true)
await e.reply(`你当前正在使用${use}模式,模式不支持设定`, true)
}
}