Skip to content

Commit

Permalink
Merge pull request #139 from chenchenriver/main
Browse files Browse the repository at this point in the history
修复hoshino版本中成功绑定ck后因无法使用私聊绑定uid导致的描述问题
  • Loading branch information
KimigaiiWuyi authored Mar 14, 2022
2 parents 7a508c5 + 8b7aff9 commit f90bc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mihoyo_libs/get_mihoyo_bbs_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ async def deal_ck(mes, qid):

await cookies_db(uid, cookie, qid)
return f'添加Cookies成功!\nCookies属于个人重要信息,如果你是在不知情的情况下添加,请马上修改米游社账户密码,保护个人隐私!\n————\n' \
f'如果需要【开启自动签到】和【开启推送】还需要使用命令“绑定uid”绑定你的uid。\n例如:绑定uid123456789。'
f'如果需要【开启自动签到】和【开启推送】还需要在【群聊中】使用命令“绑定uid”绑定你的uid。\n例如:绑定uid123456789。'

async def award(uid):
data = await get_award(uid)
Expand Down

0 comments on commit f90bc5d

Please sign in to comment.