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

Method constructor

tmp_admin/tmp_admin.ts:356–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 });
355 }
356
357 cleanup(): void {
358 for (const job of this.jobs.values()) {
359 if (job.timer) clearTimeout(job.timer);
360 }
361 this.jobs.clear();
362 }
363
364 description: string = `\n临时管理员\n\n${helpText}`;
365

Callers

nothing calls this directly

Calls 2

restoreJobsMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected