From c78618885acffb0b32b0f7a32dee592383a1f52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E7=BE=85=E7=8B=BC?= Date: Thu, 30 Nov 2023 09:36:23 +0800 Subject: [PATCH] Update regex.py --- modules/maimai/regex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/maimai/regex.py b/modules/maimai/regex.py index 68d2e888..f2b48e8d 100644 --- a/modules/maimai/regex.py +++ b/modules/maimai/regex.py @@ -180,7 +180,7 @@ async def _(msg: Bot.MessageSession): payload = {'username': username} if plate == '真将' or (plate[1] == '者' and plate[0] != '霸'): - await msg.finish(msg.locale.t('maimai.message.plate.plate_not_found')) + return output, get_img = await get_plate_process(msg, payload, plate)