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

Function getConfig

ai/ai.ts:3774–3777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3772
3773 protected async getConfig(): Promise<DB> {
3774 const configManager = await this.getConfigManager();
3775 return configManager.getConfig();
3776 }
3777
3778 protected async editMessage(
3779 msg: Api.Message,
3780 text: string,

Callers

nothing calls this directly

Calls 2

getConfigManagerMethod · 0.80
getConfigMethod · 0.45

Tested by

no test coverage detected