forked from lxh/go-wxhelper
🐛 修复清理不活跃成员功能的BUG
This commit is contained in:
parent
8c2ab9376c
commit
c0c3864a8e
@ -58,7 +58,7 @@ func InitTasks() {
|
||||
}
|
||||
|
||||
// 每天0点检查一次处理清理群成员
|
||||
_, _ = s.Cron("12 0 * * *").Do(cleargroupuser.ClearGroupUser)
|
||||
_, _ = s.Cron("0 0 * * *").Do(cleargroupuser.ClearGroupUser)
|
||||
|
||||
// 开启定时任务
|
||||
s.StartAsync()
|
||||
|
Loading…
Reference in New Issue
Block a user