mirror of https://github.com/Mai-with-u/MaiBot.git
🤖 自动格式化代码 [skip ci]
parent
e114d4d54f
commit
6c0ed4696f
|
|
@ -670,7 +670,6 @@ class EmojiAction(BaseAction):
|
|||
return False, f"表情发送失败: {str(e)}"
|
||||
|
||||
|
||||
|
||||
@register_plugin
|
||||
class CoreActionsPlugin(BasePlugin):
|
||||
"""核心动作插件
|
||||
|
|
@ -787,6 +786,8 @@ class CoreActionsPlugin(BasePlugin):
|
|||
# components.append((DeepReplyAction.get_action_info(), DeepReplyAction))
|
||||
|
||||
return components
|
||||
|
||||
|
||||
# class DeepReplyAction(BaseAction):
|
||||
# """回复动作 - 参与聊天回复"""
|
||||
|
||||
|
|
@ -909,5 +910,3 @@ class CoreActionsPlugin(BasePlugin):
|
|||
# data = reply[1]
|
||||
# reply_text += data
|
||||
# return reply_text
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue