mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 05:31:52 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user