🆕 新增清理不活跃成员功能

This commit is contained in:
李寻欢
2024-05-15 17:19:32 +08:00
parent 4cc50718e2
commit 9c7e93660d
9 changed files with 122 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ type FriendItem struct {
EnableCommand bool // 是否启用指令
EnableSummary bool // 是否启用总结
EnableNews bool // 是否启用新闻
ClearMember int // 清理成员配置(多少天未活跃的)
IsOk bool // 是否还在通讯库(群聊是要还在群里也算)
}