(text: string)
| 8 | |
| 9 | import { htmlEscape } from "@utils/htmlEscape"; |
| 10 | |
| 11 | // HTML转义函数 |
| 12 | // 获取命令前缀 |
| 13 | const prefixes = getPrefixes(); |
| 14 | const mainPrefix = prefixes[0]; |
| 15 | |
| 16 | // 机器人用户名 |
| 17 | const BOT_USERNAME = "FinelyGirlsBot"; |
no outgoing calls
no test coverage detected