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