From 8331698a7ce2f342f9b9a57f8d9095765d38c4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Tue, 29 Nov 2022 21:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20set=20cookies=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/cookies.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/genshin/cookies.py b/plugins/genshin/cookies.py index d0a34247..cdeecd08 100644 --- a/plugins/genshin/cookies.py +++ b/plugins/genshin/cookies.py @@ -83,6 +83,7 @@ class SetUserCookies(Plugin.Conversation, BasePlugin.Conversation): @conversation.entry_point @handler.command(command="setcookie", filters=filters.ChatType.PRIVATE, block=True) + @handler.command(command="setcookies", filters=filters.ChatType.PRIVATE, block=True) @restricts() @error_callable async def command_start(self, update: Update, context: CallbackContext) -> int: