加上@内容

This commit is contained in:
liuwei
2025-05-20 18:00:10 +08:00
parent 5e485f54a2
commit c30eb07042

View File

@@ -542,14 +542,14 @@ class GameTaskPlugin(MessagePluginInterface):
)
if active_task_id:
await self.bot.send_text_message(
await self.bot.send_at_message(
group,
f"🎁 新任务来袭,够不够刺激?\n"
f"🎀 任务ID: {active_task_id}\n"
f"🌟 幸运鹅:{holder_name}\n"
f"🎈 问题:[{category}]{question}\n"
f"🌼 积分:{score}\n"
f"🌈 抢答格式:/a {active_task_id} 答案"
)
f"🌈 抢答格式:/a {active_task_id} 答案",
[holder_id])
except Exception as e:
self.LOG.error(f"定时任务出错: {e}")