From 8b7aff98cd4641db64f17bb5bbc4c383eba8b954 Mon Sep 17 00:00:00 2001 From: chenchenriver <93070768+chenchenriver@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhoshino=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E6=88=90=E5=8A=9F=E7=BB=91=E5=AE=9Ack=E5=90=8E?= =?UTF-8?q?=E5=9B=A0=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8=E7=A7=81=E8=81=8A?= =?UTF-8?q?=E7=BB=91=E5=AE=9Auid=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 278行添加描述需要在群聊中使用该命令 --- mihoyo_libs/get_mihoyo_bbs_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mihoyo_libs/get_mihoyo_bbs_data.py b/mihoyo_libs/get_mihoyo_bbs_data.py index b1ee532e..7cd42d07 100644 --- a/mihoyo_libs/get_mihoyo_bbs_data.py +++ b/mihoyo_libs/get_mihoyo_bbs_data.py @@ -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)