()
| 552 | await ZprConfigManager.reinit(); |
| 553 | } |
| 554 | |
| 555 | description = `随机纸片人插件\n\n${help_text}`; |
| 556 | |
| 557 | cmdHandlers: Record<string, (msg: Api.Message, trigger?: Api.Message) => Promise<void>> = { |
| 558 | zpr: async (msg: Api.Message): Promise<void> => { |
| 559 | try { |
| 560 | const client = await getGlobalClient(); |