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

Method htmlEscape

aff/aff.ts:103–108  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

101 return false;
102 }
103
104 // HTML转义函数(必需)
105
106 // 主命令处理
107 private async handleAffCommand(msg: Api.Message): Promise<void> {
108 try {
109 if (!this.db) return;
110 const text = msg.text || "";
111 const parts = text.trim().split(/\s+/);

Callers 2

listAffsMethod · 0.95
handleErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected