(text: string)
| 13 | |
| 14 | import { htmlEscape } from "@utils/htmlEscape"; |
| 15 | |
| 16 | // HTML转义(每个插件必须实现) |
| 17 | // 获取命令前缀 |
| 18 | const prefixes = getPrefixes(); |
| 19 | const mainPrefix = prefixes[0]; |
| 20 | |
| 21 | // pixiv反代服务器配置 |
| 22 | const PROXY_HOSTS: Record<string, string> = { |
no outgoing calls
no test coverage detected