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

Class

epic/epic.ts:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 description: string = help_text;
123
124 cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>> = {
125 epic: async (msg: Api.Message) => {
126 const client = await getGlobalClient();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected