1
This commit is contained in:
SengokuCola
2025-02-26 18:23:12 +08:00
parent 972e6066e6
commit 70bc8e9e8c
3 changed files with 6 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ class MessageSendControl:
self._current_bot = bot
while self._running:
await asyncio.sleep(0.5)
await asyncio.sleep(1.5)
# 处理所有群组的消息队列
for group_id in self.send_temp_container.get_all_groups():
queue = self.send_temp_container.get_queue(group_id)