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,13 @@
[GroupAutoInvite]
enable = true
command = ["#加群配置", "#加群"]
command-format = """
🔧群自动邀请配置命令:
'#加群配置|add key group_id' - 添加群组ID
'#加群配置|del key group_id' - 删除群组ID
'#加群配置|get key' - 获取所有群组ID
'#加群配置|get_first key' - 获取第一个群组ID
用户加群命令:
'#加群 key' - 请求加入关键词对应的群聊
"""