Update main.ps1

This commit is contained in:
egieb
2024-04-03 19:33:15 +00:00
committed by GitHub
parent cd7b68d473
commit 915c9b03f9

View File

@@ -3,7 +3,7 @@ if ($dc.Length -eq 0){
write-host "No webhook supplied"
}
$hideWindow = 1 # 1 = Hidden
$hideWindow = 0 # 1 = Hidden
[Console]::BackgroundColor = "Black"
[Console]::SetWindowSize(60, 20)