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

Class

autodelcmd/autodelcmd.ts:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 private config: AutoDeleteConfig = {};
84 private pendingTimeouts = new Set<ReturnType<typeof setTimeout>>();
85
86 constructor(client: any) {
87 this.client = client;
88 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected