MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / setup

Method setup

zpr/zpr.ts:554–557  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

reinitMethod · 0.80

Tested by

no test coverage detected