matchtype
This commit is contained in:
parent
d5415ca556
commit
ce0dc3694c
1 changed files with 10 additions and 9 deletions
|
|
@ -62,6 +62,7 @@ foreach ($winid in $new_win_matches) {
|
||||||
send-discord -content ":chicken: :chicken: CHICKEN CHICKEN WINNER DINNER!! :chicken: :chicken:"
|
send-discord -content ":chicken: :chicken: CHICKEN CHICKEN WINNER DINNER!! :chicken: :chicken:"
|
||||||
send-discord -content "Gefeliciteerd $($players -join ' ')"
|
send-discord -content "Gefeliciteerd $($players -join ' ')"
|
||||||
send-discord -content "match mode $($winmatches[0].gameMode)"
|
send-discord -content "match mode $($winmatches[0].gameMode)"
|
||||||
|
send-discord -content "match type $($winmatches[0].matchType)"
|
||||||
send-discord -content "map $($winmatches[0].mapName)"
|
send-discord -content "map $($winmatches[0].mapName)"
|
||||||
|
|
||||||
foreach ($player in $all_winners_of_match.name) {
|
foreach ($player in $all_winners_of_match.name) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue