From 56c8d66215132824f41a81c9d74bf2f06b2cfec4 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 10:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20Wish=20Simulator=20comm?= =?UTF-8?q?and?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/gacha/gacha.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/genshin/gacha/gacha.py b/plugins/genshin/gacha/gacha.py index 3d125be1..a9ec73c0 100644 --- a/plugins/genshin/gacha/gacha.py +++ b/plugins/genshin/gacha/gacha.py @@ -163,7 +163,8 @@ class Gacha(Plugin, BasePlugin): return gacha_item @handler(CommandHandler, command="gacha", block=False) - @handler(MessageHandler, filters=filters.Regex("^非首模拟器(.*)"), block=False) + @handler(CommandHandler, command="wish", block=False) + @handler(MessageHandler, filters=filters.Regex("^抽卡模拟器(.*)"), block=False) @restricts(restricts_time=3, restricts_time_of_groups=20) @error_callable async def command_start(self, update: Update, context: CallbackContext) -> None: