Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
fix 番剧订阅
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo committed May 28, 2021
1 parent 925cd91 commit 52ad2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func main() {
}
ups := "本群订阅番剧\n"

if len(c.BiliUps) == 0 {
if len(c.Fanjus) == 0 {
b.SendGroupTextMsg(packet.FromGroupID, "本群没有订阅番剧")
return
}
Expand Down

0 comments on commit 52ad2df

Please sign in to comment.