From b5d5dcf7352884511faed1c61edf0822edd0d225 Mon Sep 17 00:00:00 2001 From: Karako Date: Thu, 2 Feb 2023 18:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20`qlogin`=20command=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Karako --- 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 c10003c..13ebf6a 100644 --- a/plugins/genshin/cookies.py +++ b/plugins/genshin/cookies.py @@ -83,7 +83,7 @@ class SetUserCookies(Plugin.Conversation, BasePlugin.Conversation): return CHECK_SERVER @conversation.entry_point - @handler.command("qlogin", filters=filters.ChatType.PRIVATE, block=True) + @handler.command("qlogin", filters=filters.ChatType.PRIVATE, block=False) @error_callable async def qrcode_login(self, update: Update, context: CallbackContext): user = update.effective_user