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

Method isEnabled

autodelcmd/autodelcmd.ts:675–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

673 }
674
675 public async setEnabled(enabled: boolean): Promise<void> {
676 this.config.enabled = enabled;
677 await this.saveConfig();
678 }
679}
680

Callers 2

handleStatusMethod · 0.45
AutoDeletePluginClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected