This commit is contained in:
ikechan8370 2023-03-14 20:37:35 +08:00
parent 83c789baf4
commit 41b339256c

View file

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