fix(botmgr): ref errors

This commit is contained in:
Junyan Qin
2025-04-14 23:45:00 +08:00
parent 69435c04cc
commit e5c0e41336
4 changed files with 28 additions and 10 deletions

View File

@@ -127,7 +127,7 @@ class APIHost:
Returns:
list[platform.adapter.MessageSourceAdapter]: 已启用的消息平台适配器列表
"""
return self.ap.platform_mgr.adapters
return self.ap.platform_mgr.get_running_adapters()
async def send_active_message(
self,