From 41b339256cacc61a34ab894db92ec77557dcc90f Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 14 Mar 2023 20:37:35 +0800 Subject: [PATCH] fix: bug --- apps/prompts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prompts.js b/apps/prompts.js index ee13cc1..bf37c18 100644 --- a/apps/prompts.js +++ b/apps/prompts.js @@ -86,7 +86,7 @@ export class help extends plugin { return } } - await e.reply(`《${prompt.name}》\n${limitString(p.content, 500)}`, true) + await e.reply(`《${prompt.name}》\n${limitString(prompt.content, 500)}`, true) } async usePrompt (e) {