From 9d1dd99e27f1bf2f282b0572c559263f55ecbd4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E7=BE=85=E7=8B=BC?= Date: Fri, 16 Aug 2024 02:35:44 +0800 Subject: [PATCH] fix --- core/parser/message.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/parser/message.py b/core/parser/message.py index 7c2545c45f..b52e203423 100644 --- a/core/parser/message.py +++ b/core/parser/message.py @@ -152,7 +152,9 @@ def transform_alias(msg, command: str): Logger.debug(' '.join(command_split)) return ' '.join(command_split) # 重新连接消息 else: - return command + pass + + return command async def parser(msg: Bot.MessageSession, require_enable_modules: bool = True, prefix: list = None,