mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +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
|
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) {
|
async usePrompt (e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue