更新 subscribe.py

This commit is contained in:
jxxghp 2023-06-11 20:58:52 +08:00 committed by GitHub
parent 14d3ff6477
commit a2edc8a1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ class SubscribeChain(ChainBase):
logger.error(f'{mediainfo.get_title_string()}{metainfo.get_season_string()} 添加订阅成功')
# 广而告之
self.post_message(title=f"{mediainfo.get_title_string()}{metainfo.get_season_string()} 已添加订阅",
text=f"来自用户:{username or userid}",
text=f"评分:{mediainfo.vote_average}来自用户:{username or userid}",
image=mediainfo.get_message_image())
# 返回结果
return state