🤖 自动格式化代码 [skip ci]
This commit is contained in:
@@ -670,7 +670,6 @@ class EmojiAction(BaseAction):
|
|||||||
return False, f"表情发送失败: {str(e)}"
|
return False, f"表情发送失败: {str(e)}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@register_plugin
|
@register_plugin
|
||||||
class CoreActionsPlugin(BasePlugin):
|
class CoreActionsPlugin(BasePlugin):
|
||||||
"""核心动作插件
|
"""核心动作插件
|
||||||
@@ -787,6 +786,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):
|
||||||
# """回复动作 - 参与聊天回复"""
|
# """回复动作 - 参与聊天回复"""
|
||||||
|
|
||||||
@@ -909,5 +910,3 @@ class CoreActionsPlugin(BasePlugin):
|
|||||||
# data = reply[1]
|
# data = reply[1]
|
||||||
# reply_text += data
|
# reply_text += data
|
||||||
# return reply_text
|
# return reply_text
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user