()
| 221 | description: string = `\n多音源音乐搜索\n${help_text}`; |
| 222 | cmdHandlers: Record< |
| 223 | string, |
| 224 | (msg: Api.Message, trigger?: Api.Message) => Promise<void> |
| 225 | > = { |
| 226 | music_bot: async (msg: Api.Message, trigger?: Api.Message) => { |
| 227 | const text = msg.message || ""; |
| 228 | const parts = text.trim().split(/\s+/); |