Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smoadrareun authored Mar 17, 2024
1 parent 3a9254a commit 477ce84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nonebot_plugin_bilifan/src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,6 @@ async def getGroups(self):
list_m = list_msg["list"]
for group in list_m:
yield group
else:
...

async def signInGroups(self, group_id: int, owner_id: int):
url = "https://api.vc.bilibili.com/link_setting/v1/link_setting/sign_in"
Expand Down

0 comments on commit 477ce84

Please sign in to comment.