mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
[fix] (bot_manager) 函数 initialize_from_config 无返回值
This commit is contained in:
@@ -81,6 +81,9 @@ class BotManager:
|
||||
# 自动发现bot实例
|
||||
await self.auto_discover_bot_instance()
|
||||
self._is_initialized = True
|
||||
|
||||
# 返回是否成功初始化(至少有bot实例)
|
||||
return self.has_bot_instance()
|
||||
|
||||
def get_status_info(self) -> Dict[str, Any]:
|
||||
"""获取bot管理器状态信息"""
|
||||
|
||||
Reference in New Issue
Block a user