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

Method setup

autochangename/autochangename.ts:941–945  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

939 return false;
940 }
941 }
942
943 startAutoUpdate(): void {
944 try {
945 if (cronManager.has(this.TASK_NAME)) cronManager.del(this.TASK_NAME);
946
947 cronManager.set(this.TASK_NAME, "0 * * * * *", async () => {
948 if (this.isUpdating) return;

Callers 1

setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected