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

Method loadMessageModules

dashboard/src/i18n/loader.ts:175–177  ·  view source on GitHub ↗

* 加载消息模块

(locale: string)

Source from the content-addressed store, hash-verified

173 * 加载消息模块
174 */
175 async loadMessageModules(locale: string): Promise<any> {
176 return this.loadModules(locale, 'messages');
177 }
178
179 /**
180 * 加载所有模块

Callers 1

loadAllModulesMethod · 0.95

Calls 1

loadModulesMethod · 0.95

Tested by

no test coverage detected