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

Method cleanup

autodelcmd/autodelcmd.ts:108–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 for (const timer of this.pendingTimeouts) {
107 clearTimeout(timer);
108 }
109 this.pendingTimeouts.clear();
110 }
111
112 // 获取默认配置规则
113 private getDefaultRules(): CommandRule[] {
114 return [
115 // 10秒删除的命令
116 { command: "lang", delay: 10 },
117 { command: "alias", delay: 10 },

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected