Skip to content

Commit 6287135

Browse files
cj-vanaclaude
andcommitted
fix: Correct Discord webhook URL from denvermc.org to denvermc.com
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 80d4c48 commit 6287135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/discord.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function buildHealthSummaryEmbed(health: NetworkHealth): DiscordEmbed {
8989
...(health.score_breakdown ? [buildScoreBreakdownField(health.score_breakdown)] : []),
9090
],
9191
footer: {
92-
text: `${SITE_NAME} | denvermc.org`,
92+
text: `${SITE_NAME} | denvermc.com`,
9393
},
9494
timestamp: new Date().toISOString(),
9595
};
@@ -147,7 +147,7 @@ export function buildStatusChangeEmbed(
147147
},
148148
],
149149
footer: {
150-
text: `${SITE_NAME} | View details at denvermc.org`,
150+
text: `${SITE_NAME} | View details at denvermc.com`,
151151
},
152152
timestamp: new Date().toISOString(),
153153
};

0 commit comments

Comments
 (0)