MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / loadFeatureModules

Method loadFeatureModules

dashboard/src/i18n/loader.ts:168–170  ·  view source on GitHub ↗

* 加载功能模块

(locale: string, features?: string[])

Source from the content-addressed store, hash-verified

166 * 加载功能模块
167 */
168 async loadFeatureModules(locale: string, features?: string[]): Promise<any> {
169 return this.loadModules(locale, 'features', features || []);
170 }
171
172 /**
173 * 加载消息模块

Callers 1

loadAllModulesMethod · 0.95

Calls 1

loadModulesMethod · 0.95

Tested by

no test coverage detected