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

Method cleanup

clean_member/clean_member.ts:913–915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

911 `❌ 失败数量: <code>${result.failedUsers.length}</code> 人\n` +
912 `📁 报告文件: <code>${path.basename(failedReportPath)}</code>\n\n` +
913 `📊 详细信息请查看 CSV 文件`,
914 parseMode: "html",
915 file: failedReportPath
916 });
917 console.log(`失败用户报告已发送到收藏夹: ${failedReportPath}`);
918 } catch (error) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected