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

Method constructor

checkin/checkin.ts:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92}
93
94class CheckInPlugin extends Plugin {
95 description = this.helpText();
96 private readonly cfg = new ConfigManager();
97 private timer: NodeJS.Timeout | null = null;
98 private running = false;
99 private todayRunTime: string | null = null;

Callers

nothing calls this directly

Calls 1

checkAndRunMethod · 0.95

Tested by

no test coverage detected