This commit is contained in:
Thijs Stobbelaar 2023-11-14 10:39:06 +01:00
parent 2dd65a4b2c
commit 3f0c80b3eb

View file

@ -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