fix
This commit is contained in:
parent
cdd9750089
commit
0d7981091b
1 changed files with 2 additions and 2 deletions
|
|
@ -101,10 +101,10 @@ catch {
|
||||||
}
|
}
|
||||||
write-output $player_matches
|
write-output $player_matches
|
||||||
write-output $new_win_matches
|
write-output $new_win_matches
|
||||||
$new_win_matches = $player_matches[-1].new_win_matches
|
$new_win_matches = $player_matches.new_win_matches
|
||||||
|
|
||||||
# Gebruik nu de lijst van nieuwe verloren matches uit het JSON-bestand
|
# Gebruik nu de lijst van nieuwe verloren matches uit het JSON-bestand
|
||||||
$new_loss_matches = $player_matches[-1].new_loss_matches
|
$new_loss_matches = $player_matches.new_loss_matches
|
||||||
|
|
||||||
# Post verloren matches naar #losers kanaal
|
# Post verloren matches naar #losers kanaal
|
||||||
# foreach ($lossid in $new_loss_matches) {
|
# foreach ($lossid in $new_loss_matches) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue