Skip to content

Commit

Permalink
refactor(relay): Change the dicord bot's ping msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirkov committed Oct 4, 2024
1 parent 711638e commit 9dc8a55
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 = `@DendrETH Support Relay ⚠️ Alert: Contract on **${network}** hasn't been updated in ${delayInMinutes.toFixed(
const message = `<@&1285217827560620113> ⚠️ Alert: Contract on **${network}** hasn't been updated in ${delayInMinutes.toFixed(
2,
)} minutes.`;
await channel.send(message);
Expand Down

0 comments on commit 9dc8a55

Please sign in to comment.