This commit is contained in:
SengokuCola
2025-06-24 02:15:53 +08:00
2 changed files with 3 additions and 4 deletions

View File

@@ -177,7 +177,6 @@ class EmojiAction(BaseAction):
return False, f"表情发送失败: {str(e)}" return False, f"表情发送失败: {str(e)}"
@register_plugin @register_plugin
class CoreActionsPlugin(BasePlugin): class CoreActionsPlugin(BasePlugin):
"""核心动作插件 """核心动作插件
@@ -294,6 +293,8 @@ class CoreActionsPlugin(BasePlugin):
# components.append((DeepReplyAction.get_action_info(), DeepReplyAction)) # components.append((DeepReplyAction.get_action_info(), DeepReplyAction))
return components return components
# class DeepReplyAction(BaseAction): # class DeepReplyAction(BaseAction):
# """回复动作 - 参与聊天回复""" # """回复动作 - 参与聊天回复"""
@@ -416,5 +417,3 @@ class CoreActionsPlugin(BasePlugin):
# data = reply[1] # data = reply[1]
# reply_text += data # reply_text += data
# return reply_text # return reply_text