From 08ffd4de6cb59f5bfbbb2b9225386e92c0b21fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 14 Jun 2024 08:36:21 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/cleargroupuser/cleargroupuser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cleargroupuser/cleargroupuser.go b/tasks/cleargroupuser/cleargroupuser.go index 0d92de8..a415533 100644 --- a/tasks/cleargroupuser/cleargroupuser.go +++ b/tasks/cleargroupuser/cleargroupuser.go @@ -44,7 +44,7 @@ func ClearGroupUser() { for k, v := range memberMap { ms = append(ms, fmt.Sprintf("昵称:%s\n最后活跃时间:%s", k, v)) } - msg := fmt.Sprintf("#清理群成员\n\n很遗憾地通知各位,就在刚刚,有%d名群友引活跃度不够暂时离开了我们,希望还健在的群友引以为戒、保持活跃!\n\n活跃信息: \n%s", + msg := fmt.Sprintf("#清理群成员\n\n很遗憾地通知各位,就在刚刚,有%d名群友因活跃度不够暂时离开了我们,希望还健在的群友引以为戒、保持活跃!\n\n详细信息: \n%s", memberCount, strings.Join(ms, "\n")) utils.SendMessage(group.Wxid, "", msg, 0) } -- 2.45.2