Merge pull request #139 from chenchenriver/main

修复hoshino版本中成功绑定ck后因无法使用私聊绑定uid导致的描述问题
This commit is contained in:
Wuyi无疑 2022-03-14 16:54:32 +08:00 committed by GitHub
commit f90bc5d658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)