diff --git a/packages/console/app/src/routes/incident/webhook.ts b/packages/console/app/src/routes/incident/webhook.ts index 3f4aa5f7ce..62ee202743 100644 --- a/packages/console/app/src/routes/incident/webhook.ts +++ b/packages/console/app/src/routes/incident/webhook.ts @@ -37,7 +37,7 @@ const postDiscordMessage = async (incident: Incident) => { `**${incident.mode === "test" ? "[TEST] " : ""}${incident.name ?? "Incident has been created"}**`, incident.summary, "", - "@everyone", + "@inference", "", incident.permalink, ]