From 5aa97c3e364e7b329f03f669186cd298292b3112 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Mon, 20 Nov 2023 15:20:18 +0100 Subject: [PATCH] match details without OG --- 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 5ff9362..d90ea59 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -147,7 +147,7 @@ id $($winmatches[0].id) } send-discord -content "[2D replay](<$2D_replay_url>)" - send-discord -content "More match details [DTCH_STATS](https://dtch.online/matchinfo.php?matchid=$($winmatches[0].id))" + send-discord -content "More match details [DTCH_STATS]()" } else { write-output "Something went wrong (more then 10 matches to report)" -- 2.49.1