From bb9794e19fe5d415590d0847e45c9941e0470fd5 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 26 May 2025 23:20:33 -0400 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index df00b9f..74e095a 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -360,6 +360,8 @@ function Get-WebhookData { } try { $response = Invoke-RestMethod -Uri $url -Headers $headers -Method Get + Write-Host "Webhook response raw JSON: $($response | ConvertTo-Json -Depth 4)" -ForegroundColor Cyan + Write-Host "Response received successfully:" -ForegroundColor Green $data = $response $global:Comment_SVSmodule = $data._Comment_SVSmodule