fix: 退群推送

This commit is contained in:
手瓜一十雪
2024-07-25 18:08:49 +08:00
parent fba08511ea
commit a0119d8170
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ async function loadMessageUnique() {
}
}
await Promise.all(LoadMessageIdDo).then(() => {
log('消息列表加载完成');
log(`[消息序列] 加载 ${predict * 50} 条历史消息记录完成`);
});
}