(msg: Api.Message)
| 437 | function buildQuoteHelpText(): string { |
| 438 | const prefixes = getPrefixes(); |
| 439 | const mainPrefix = prefixes[0] || "."; |
| 440 | const cmd = `${mainPrefix}q`; |
| 441 | const cmdFull = `${mainPrefix}quote`; |
| 442 | // 完整 helptext 单段进 description;标题外露,板块正文用可折叠 blockquote |
| 443 | // (.help quote 会整段显示在「功能描述」,不再依赖 help 壳的短「使用方法」) |
| 444 | return [ |
| 445 | `本地 glass 渲染:语音/文件/音频行、视频/GIF 角标、转发标签、管理员头衔`, |
| 446 | ``, |
| 447 | foldSection( |