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

Commit

Permalink
Merge pull request #5 from opq-osc/beta
Browse files Browse the repository at this point in the history
fix 番剧订阅
  • Loading branch information
mcoo authored May 28, 2021
2 parents e750a84 + 52ad2df commit 87fcd5d
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 87fcd5d

Please sign in to comment.