From 4001cde34ff24348587ee3f17356e113b4a41640 Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 18 Apr 2025 20:42:35 +0200 Subject: [PATCH] wtf is hier gebeurd ?! --- 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 3661a22..c5a69ff 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -308,7 +308,7 @@ id $($winmatches[0].id) } write-output "New win matches:" $new_win_matches - if ($new_win_matches.count -le 10) { + if ($new_win_matches.count -ge 10) { $content_winstats = '```' + ($win_stats | Format-Table | out-string) + '```' send-discord -content $content_winstats -- 2.49.1