Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier authored Sep 4, 2021
1 parent 8871779 commit b47a29e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/bilibili_sub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ async def _(bot: Bot, event: MessageEvent, state: T_State):
live_rst = '当前订阅的直播:\n' + live_rst if live_rst else live_rst
up_rst = '当前订阅的UP:\n' if up_rst else up_rst
season_rst = '当前订阅的番剧:\n' if season_rst else season_rst
if not live_rst and not up_rst and not season_rst:
live_rst = '您目前没有任何订阅...'
await show_sub_info.send(live_rst + up_rst + season_rst)


Expand Down

0 comments on commit b47a29e

Please sign in to comment.