From 85c82fa01e3e647d6aaf99b8ab422cb2778d4ac1 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Mon, 20 Mar 2023 00:57:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/prompts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prompts.js b/apps/prompts.js index 4e24bea..2591887 100644 --- a/apps/prompts.js +++ b/apps/prompts.js @@ -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) } }