From c590becf0a3b1161b786d03858f6bb3eeb1296dd Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 14 Nov 2023 10:39:06 +0100 Subject: [PATCH] logging --- discord/report_new_matches.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index 8267c41..529a2e4 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -134,7 +134,8 @@ id $($winmatches[0].id) } } - + write-output "New win matches:" + $new_win_matches if ($new_win_matches.count -le 10) { $content_winstats = '```' + ($win_stats | Format-Table | out-string) + '```' send-discord -content $content_winstats