From 52ad2df6373ebd61498eb571558da17f112ec069 Mon Sep 17 00:00:00 2001 From: mcoo <2435932516@qq.com> Date: Fri, 28 May 2021 12:35:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=95=AA=E5=89=A7=E8=AE=A2=E9=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8154888..0004eef 100644 --- a/main.go +++ b/main.go @@ -391,7 +391,7 @@ func main() { } ups := "本群订阅番剧\n" - if len(c.BiliUps) == 0 { + if len(c.Fanjus) == 0 { b.SendGroupTextMsg(packet.FromGroupID, "本群没有订阅番剧") return }