🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-06-12 12:47:45 +00:00
parent fd28df72ff
commit 268fb0603b

View File

@@ -158,7 +158,7 @@ class BaseAction(ABC):
content=text, content=text,
platform=chat_stream.platform, platform=chat_stream.platform,
target_id=str(chat_stream.group_info.group_id), target_id=str(chat_stream.group_info.group_id),
is_group=True is_group=True,
) )
else: else:
# 私聊 # 私聊
@@ -167,8 +167,7 @@ class BaseAction(ABC):
content=text, content=text,
platform=chat_stream.platform, platform=chat_stream.platform,
target_id=str(chat_stream.user_info.user_id), target_id=str(chat_stream.user_info.user_id),
is_group=False is_group=False,
) )
async def send_command(self, command_name: str, args: dict = None, display_message: str = None) -> bool: async def send_command(self, command_name: str, args: dict = None, display_message: str = None) -> bool: