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

Method parseButtonMatcher

checkin/checkin.ts:518–524  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

516 await statusMsg.delete({ revoke: true });
517 } catch {}
518 }
519 if (!sent) console.error("[CheckIn] Failed to send summary report.");
520 }
521
522 private async runSingleSign(target: SignTarget): Promise<SignResult> {
523 const client = await getGlobalClient();
524 if (!client) return { success: false, error: "客户端未初始化" };
525 try {
526 const sent = await client.sendMessage(target.target, { message: target.command });
527 const sentId = Number((sent as any)?.id || 0);

Callers 1

handleTargetCommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected