(text: string)
| 7 | |
| 8 | import { htmlEscape } from "@utils/htmlEscape"; |
| 9 | |
| 10 | // 参考 plugins/music_bot.ts 的结构与实现方式 |
| 11 | |
| 12 | const prefixes = getPrefixes(); |
| 13 | |
| 14 | const mainPrefix = prefixes[0]; |
| 15 | |
| 16 | const bot = "Music163bot"; // 与原实现保持一致(可用 @ 或不带 @) |
| 17 | |
| 18 | const pluginName = "netease"; |
| 19 | const commandName = `${mainPrefix}${pluginName}`; |
no outgoing calls
no test coverage detected