feature:1.加群功能插件化;2.成员变更不监听消息,使用定时检查策略;
This commit is contained in:
13
plugins/group_auto_invite/config.toml
Normal file
13
plugins/group_auto_invite/config.toml
Normal 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' - 请求加入关键词对应的群聊
|
||||
"""
|
||||
Reference in New Issue
Block a user