wtf is hier gebeurd ?!

This commit is contained in:
Lanta 2025-04-18 20:42:35 +02:00
parent 0d7981091b
commit 4001cde34f

View file

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