This commit is contained in:
SXP-Simon
2026-03-20 21:07:03 +08:00
parent 3b8e2b85ba
commit f3f93a96c4
4 changed files with 25 additions and 25 deletions
+3 -1
View File
@@ -521,7 +521,9 @@ class GroupDailyAnalysis(Star):
return
if adapter and orig_msg_id:
await adapter.set_reaction(event.get_group_id(), orig_msg_id, "📊") # 📊
await adapter.set_reaction(
event.get_group_id(), orig_msg_id, "📊"
) # 📊
async for res in self._send_analysis_report(event, result):
yield res