🤖 自动格式化代码 [skip ci]
This commit is contained in:
@@ -23,11 +23,7 @@ class EmojiAction(BaseAction):
|
||||
action_parameters: dict[str:str] = {
|
||||
"description": "文字描述你想要发送的表情",
|
||||
}
|
||||
action_require: list[str] = [
|
||||
"你想要发送一个表情",
|
||||
"表达情绪时可以选择使用",
|
||||
"一般在你回复之后可以选择性使用"
|
||||
]
|
||||
action_require: list[str] = ["你想要发送一个表情", "表达情绪时可以选择使用", "一般在你回复之后可以选择性使用"]
|
||||
|
||||
associated_types: list[str] = ["emoji"]
|
||||
|
||||
@@ -108,7 +104,7 @@ class EmojiAction(BaseAction):
|
||||
# )
|
||||
# else:
|
||||
# anchor_message.update_chat_stream(self.chat_stream)
|
||||
|
||||
|
||||
logger.info(f"{self.log_prefix} 为了表情包创建占位符")
|
||||
anchor_message = await create_empty_anchor_message(
|
||||
self.chat_stream.platform, self.chat_stream.group_info, self.chat_stream
|
||||
|
||||
Reference in New Issue
Block a user