Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf committed Aug 15, 2024
1 parent 7a6f3d8 commit 9d1dd99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/parser/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9d1dd99

Please sign in to comment.