()
| 190 | |
| 191 | name = "pangu"; |
| 192 | description: string = `📝 Pangu 消息格式化插件\n\n${help_text}`; |
| 193 | private db: any; |
| 194 | private prefixes: string[]; |
| 195 | |
| 196 | constructor() { |
| 197 | super(); |
| 198 | this.prefixes = getPrefixes(); |
nothing calls this directly
no test coverage detected