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

Class

encode/encode.ts:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 description: string = `编码解码工具插件\n\n${help_text}`;
35
36 cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>> = {
37 // 显示帮助信息
38 encode: async (msg: Api.Message) => {
39 await msg.edit({ text: help_text, parseMode: "html" });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected