()
| 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: "🎰", |