diff --git a/routes/bot/eventMsg.ts b/routes/bot/eventMsg.ts index 0eac8c6..b3ad747 100644 --- a/routes/bot/eventMsg.ts +++ b/routes/bot/eventMsg.ts @@ -70,12 +70,13 @@ const replyNomalMsg = async (body: LarkMessageEvent) => { type: "template", data: { config: { + enable_forward: false, update_multi: true, }, template_id: "ctp_AAyVx5R39xU9", }, }); - sendMsg("chat_id", chatId, "interactive", content); + await sendMsg("chat_id", chatId, "interactive", content); }; /**