wtf is hier gebeurd ?! #230

Merged
OpzekerIT merged 1 commit from dev into main 2025-04-18 18:43:15 +00:00
Showing only changes of commit 4001cde34f - Show all commits

View file

@ -308,7 +308,7 @@ id $($winmatches[0].id)
} }
write-output "New win matches:" write-output "New win matches:"
$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) + '```' $content_winstats = '```' + ($win_stats | Format-Table | out-string) + '```'
send-discord -content $content_winstats send-discord -content $content_winstats