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

Class

clean_member/clean_member.ts:909–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907 const failedReportPath = await generateFailedReport(result.failedUsers, chatTitle, numericChatId);
908 await client.sendMessage("me", {
909 message: `⚠️ <b>清理失败用户报告</b>\n\n` +
910 `🏷️ 群组: <b>${htmlEscape(chatTitle)}</b>\n` +
911 `❌ 失败数量: <code>${result.failedUsers.length}</code> 人\n` +
912 `📁 报告文件: <code>${path.basename(failedReportPath)}</code>\n\n` +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected