From 26b4534cfb74af47be0e2734b270ff34a9f2be37 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Fri, 21 Apr 2023 15:02:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=E8=AE=BE=E5=AE=9A=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/prompts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/prompts.js b/apps/prompts.js index d6bd90c..1860648 100644 --- a/apps/prompts.js +++ b/apps/prompts.js @@ -138,7 +138,8 @@ export class help extends plugin { content: Config.sydney } } else { - await this.importPrompt(`#chatgpt导入设定${promptName}`) + e.msg = `#chatgpt导入设定${promptName}` + await this.importPrompt(e) prompt = getPromptByName(promptName) if (!prompt) { await e.reply('没有这个设定', true)