()
| 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 |
nothing calls this directly
no test coverage detected