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

Method setup

pangu/pangu.ts:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190
191 name = "pangu";
192 description: string = `📝 Pangu 消息格式化插件\n\n${help_text}`;
193 private db: any;
194 private prefixes: string[];
195
196 constructor() {
197 super();
198 this.prefixes = getPrefixes();

Callers

nothing calls this directly

Calls 2

initDBMethod · 0.95
updateStatsMethod · 0.95

Tested by

no test coverage detected