From 0529dcf0efcb51acb4f5465d00854d4f3d952769 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 06:59:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_qingyunke/cron.go | 1 - plugin_qingyunke/request.go | 1 - 2 files changed, 2 deletions(-) diff --git a/plugin_qingyunke/cron.go b/plugin_qingyunke/cron.go index f8b1da76..f92492a8 100644 --- a/plugin_qingyunke/cron.go +++ b/plugin_qingyunke/cron.go @@ -22,7 +22,6 @@ func init() { Daily(v.Get("group_id").Int()) } }) - } func morningData(groupId int64) { diff --git a/plugin_qingyunke/request.go b/plugin_qingyunke/request.go index 9c4c6bfa..f0f01296 100644 --- a/plugin_qingyunke/request.go +++ b/plugin_qingyunke/request.go @@ -14,5 +14,4 @@ func init() { ctx.SetGroupAddRequest(ctx.Event.Flag, "invite", true, "我爱你,mua~") } }) - }