Update main.ps1

This commit is contained in:
egieb
2024-04-03 19:56:36 +00:00
committed by GitHub
parent a5b0cc627c
commit 30d37eaaed

View File

@@ -1,6 +1,6 @@
$webhookUrl = "$dc"
$hideWindow = 0 # 1 = Hidden
$hideWindow = 1 # 1 = Hidden
[Console]::BackgroundColor = "Black"
[Console]::SetWindowSize(60, 20)