Skip to content

Commit

Permalink
fix(discord-bot): Tag everyone when alerting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 committed Sep 13, 2024
1 parent 656633a commit 818c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/utils/discord_monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function checkContractUpdate(
}

if (delayInMinutes >= alertThresholdMinutes) {
const message = `⚠️ Alert: Contract on **${network}** hasn't been updated in ${delayInMinutes.toFixed(
const message = `@everyone ⚠️ Alert: Contract on **${network}** hasn't been updated in ${delayInMinutes.toFixed(
2,
)} minutes.`;
await channel.send(message);
Expand Down

0 comments on commit 818c897

Please sign in to comment.