refactor: 恢复插件事件调用

This commit is contained in:
RockChinQ
2024-01-30 21:45:17 +08:00
parent e2de3d0102
commit 33d600fb6b
10 changed files with 298 additions and 86 deletions

View File

@@ -19,7 +19,7 @@ from ..utils import version as version_mgr, proxy as proxy_mgr
class Application:
im_mgr: im_mgr.QQBotManager = None
im_mgr: im_mgr.PlatformManager = None
cmd_mgr: cmdmgr.CommandManager = None