Revert "refactor(plugin_system): 重构 send_command 以对接适配器专用命令接口"

This reverts commit ba5e0b0eaf.
This commit is contained in:
minecraft1024a
2025-10-02 17:09:48 +08:00
committed by Windpicker-owo
parent 0e0dedcdf7
commit b8aa9fd7ee
2 changed files with 10 additions and 12 deletions

View File

@@ -319,7 +319,7 @@ class SetEmojiLikeAction(BaseAction):
try:
success = await self.send_command(
command_name="set_msg_emoji_like",
command_name="set_emoji_like",
args={"message_id": message_id, "emoji_id": emoji_id, "set": set_like},
storage_message=False,
)