logging
This commit is contained in:
parent
dfb61a833b
commit
c590becf0a
1 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,8 @@ id $($winmatches[0].id)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
write-output "New win matches:"
|
||||||
|
$new_win_matches
|
||||||
if ($new_win_matches.count -le 10) {
|
if ($new_win_matches.count -le 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue