mirror of https://github.com/Mai-with-u/MaiBot.git
删除重复参数
parent
1c4910b500
commit
4c698ce81e
|
|
@ -43,7 +43,7 @@ class NoReplyAction(BaseAction):
|
||||||
_max_exit_message_count = 10
|
_max_exit_message_count = 10
|
||||||
|
|
||||||
# 动作参数定义
|
# 动作参数定义
|
||||||
action_parameters = {"reason": "不回复的原因"}
|
action_parameters = {}
|
||||||
|
|
||||||
# 动作使用场景
|
# 动作使用场景
|
||||||
action_require = ["你发送了消息,目前无人回复"]
|
action_require = ["你发送了消息,目前无人回复"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue