Merge pull request #105 from OpzekerIT/dev

logging
This commit is contained in:
Lanta 2023-11-14 10:40:05 +01:00 committed by GitHub
commit d0204bc071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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