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