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

Method setup

music/music.ts:1796–1798  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1794 public name = "music";
1795 public description: string;
1796 public cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>>;
1797
1798 constructor() {
1799 super();
1800 this.description = `🎵 <b>音乐下载助手</b>
1801

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected