MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / messageDate

Function messageDate

quote/quote.ts:439–444  ·  view source on GitHub ↗
(msg: Api.Message)

Source from the content-addressed store, hash-verified

437function 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(

Callers 1

toQuoteMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected