mirror of https://github.com/Mai-with-u/MaiBot.git
Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
commit
e7379ebc84
|
|
@ -59,7 +59,7 @@ class ActionModifier:
|
|||
|
||||
# === 第一阶段:传统观察处理 ===
|
||||
chat_content = None
|
||||
|
||||
|
||||
if observations:
|
||||
hfc_obs = None
|
||||
chat_obs = None
|
||||
|
|
|
|||
|
|
@ -177,7 +177,6 @@ class EmojiAction(BaseAction):
|
|||
return False, f"表情发送失败: {str(e)}"
|
||||
|
||||
|
||||
|
||||
@register_plugin
|
||||
class CoreActionsPlugin(BasePlugin):
|
||||
"""核心动作插件
|
||||
|
|
@ -294,6 +293,8 @@ class CoreActionsPlugin(BasePlugin):
|
|||
# components.append((DeepReplyAction.get_action_info(), DeepReplyAction))
|
||||
|
||||
return components
|
||||
|
||||
|
||||
# class DeepReplyAction(BaseAction):
|
||||
# """回复动作 - 参与聊天回复"""
|
||||
|
||||
|
|
@ -416,5 +417,3 @@ class CoreActionsPlugin(BasePlugin):
|
|||
# data = reply[1]
|
||||
# reply_text += data
|
||||
# return reply_text
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue