mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: bug
This commit is contained in:
parent
83c789baf4
commit
41b339256c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue