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~") } }) - }