From ab768778540f5cd57914401bdcd877dbfce711bb Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 15 Apr 2025 16:18:18 +0200 Subject: [PATCH] betere links --- discord/report_new_matches.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index 45b15f5..ddeab7e 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -213,7 +213,7 @@ foreach ($lossid in $new_loss_matches) { $replay_url = $replay_url + "?follow=$first_player_name" # Follow the first player # Modified message construction - $msg = ":skull: **Verloren pot** :skull:`nTeam: $losers`nMap: $map`nPlaats: $place`n$content_lossstats`n$content_loss_victims`n[2D replay]($replay_url)`nMeer details: https://dtch.online/matchinfo.php?matchid=$($lossmatch[0].id)" + $msg = ":skull: **Verloren pot** :skull:`nTeam: $losers`nMap: $map`nPlaats: $place`n$content_lossstats`n$content_loss_victims`n[2D replay](<$replay_url>)`nMeer details: [DTCH_STATS]()" send-discord-losers -content $msg }