From 1e7790900ef9fd44cc287d01d6d76e7f4f481472 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 28 Sep 2023 16:37:01 +0200 Subject: [PATCH] winner winner chicken dinner --- discord/report_new_matches.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index 4068196..cd49341 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -73,7 +73,7 @@ foreach ($winid in $new_win_matches) { $players = $winmatches.stats.name $match_stats = Invoke-RestMethod -Uri "https://api.pubg.com/shards/steam/matches/$winid" -Method GET -Headers $headers $all_winners_of_match = ($match_stats.included.attributes.stats | where-object { $_.winplace -eq 1 }) - send-discord -content ":chicken: :chicken: **CHICKEN CHICKEN WINNER DINNER!!** :chicken: :chicken:" + send-discord -content ":chicken: :chicken: **WINNER WINNER CHICKEN DINNER!!** :chicken: :chicken:" send-discord -content ":partying_face::partying_face::partying_face: Gefeliciteerd $($players -join ', ') :partying_face::partying_face::partying_face:" $match_settings = @" ``````