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

Method formatDuration

aban/aban.ts:1244–1249  ·  view source on GitHub ↗
(seconds: number)

Source from the content-addressed store, hash-verified

1242 untilDate: 0,
1243 });
1244
1245 const limit = (await ensurePLimit())(4);
1246
1247 const runOne = async (
1248 group: ManagedGroup
1249 ): Promise<{ success: boolean; group: ManagedGroup }> => {
1250 if (group.kind === 'chat') {
1251 // 基础群不支持解封操作
1252 return { success: false, group };

Callers 1

handleBasicCommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected