Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf committed Dec 8, 2024
1 parent c41d2a3 commit bb4a7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/builtins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def send_message(target: Union[FetchedSession, MessageSession, str],
if isinstance(msg, list):
msg = MessageChain(msg)
Logger.info(target.__dict__)
await target.send_direct_message(msg, disable_secret_check, enable_split_image)
await target.send_direct_message(message_chain=msg, disable_secret_check=disable_secret_check, enable_parse_message=enable_parse_message, enable_split_image=enable_split_image)

@staticmethod
async def fetch_target(target: str):
Expand Down

0 comments on commit bb4a7a7

Please sign in to comment.