mirror of https://github.com/Mai-with-u/MaiBot.git
把过滤麦麦打开!
parent
1ec403c4f7
commit
36cd40c0f5
|
|
@ -79,7 +79,7 @@ class NoReplyAction(BaseAction):
|
||||||
|
|
||||||
# 1. 检查新消息
|
# 1. 检查新消息
|
||||||
recent_messages_dict = message_api.get_messages_by_time_in_chat(
|
recent_messages_dict = message_api.get_messages_by_time_in_chat(
|
||||||
chat_id=self.chat_id, start_time=start_time, end_time=current_time
|
chat_id=self.chat_id, start_time=start_time, end_time=current_time, filter_mai=True
|
||||||
)
|
)
|
||||||
new_message_count = len(recent_messages_dict)
|
new_message_count = len(recent_messages_dict)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue