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

This commit is contained in:
github-actions[bot]
2025-06-19 15:24:29 +00:00
parent d153887b8a
commit 2bc0451f62
4 changed files with 20 additions and 21 deletions

View File

@@ -213,11 +213,7 @@ class BaseAction(ABC):
logger.error(f"{self.log_prefix} 缺少聊天ID")
return False
return await send_api.text_to_stream(
text=content,
stream_id=self.chat_id,
reply_to=reply_to
)
return await send_api.text_to_stream(text=content, stream_id=self.chat_id, reply_to=reply_to)
async def send_emoji(self, emoji_base64: str) -> bool:
"""发送表情包