From 63b0e4afff009075ba440d861353376f5b6d85bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Thu, 1 Dec 2022 19:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20ch=20bbs=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/cookies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/genshin/cookies.py b/plugins/genshin/cookies.py index fcba956d..a510542a 100644 --- a/plugins/genshin/cookies.py +++ b/plugins/genshin/cookies.py @@ -130,7 +130,7 @@ class SetUserCookies(Plugin.Conversation, BasePlugin.Conversation): return ConversationHandler.END elif message.text == "米游社": region = RegionEnum.HYPERION - bbs_url = "https://bbs.mihoyo.com/ys/" + bbs_url = "https://www.miyoushe.com/ys/" bbs_name = "米游社" elif message.text == "HoYoLab": bbs_url = "https://www.hoyolab.com/home"