feat(bot): 实现 BotManager 并完善机器人注销逻辑
添加全局 BotManager 单例用于统一管理所有 Bot 实例 在 WS 关闭和 ReverseWSManager 清理时调用注销逻辑 修改广播插件使用 BotManager 获取所有活跃 Bot 实例 移除 echo 插件的权限限制并更新文档配置
This commit is contained in:
@@ -7,7 +7,7 @@ anyio==4.12.1
|
||||
astroid==4.0.3
|
||||
attrs==25.4.0
|
||||
beautifulsoup4==4.14.3
|
||||
bilibili-api-python==2024.12.1
|
||||
bilibili-api-python
|
||||
bs4==0.0.2
|
||||
cachetools==6.2.4
|
||||
certifi==2026.1.4
|
||||
|
||||
Reference in New Issue
Block a user