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

Method cleanup

lottery/lottery.ts:1745–1756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1743 db.close();
1744 } catch {}
1745 db = null as any;
1746 }
1747 }
1748
1749 description: string = help_text;
1750
1751 cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>> = {
1752 lottery,
1753 // Panel Settings Adapter
1754 panelAdapter: PanelSettingsAdapter = {
1755 id: "lottery",
1756 title: "抽奖",
1757 description: "抽奖配置",
1758 category: "插件配置",
1759 icon: "🎰",

Callers

nothing calls this directly

Calls 2

clearMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected