feature:1.加群功能插件化;2.成员变更不监听消息,使用定时检查策略;

This commit is contained in:
liuwei
2025-03-20 14:23:09 +08:00
parent ce837d241a
commit 333a87e34c
15 changed files with 584 additions and 358 deletions

View File

@@ -0,0 +1,7 @@
# 从当前包的main模块导入GroupMemberChangePlugin类
from .main import GroupMemberChangePlugin
# 提供get_plugin函数返回插件实例
def get_plugin():
"""获取插件实例"""
return GroupMemberChangePlugin()