diff --git a/e-are.sh b/e-are.sh
index 7f90153..457dbc8 100644
--- a/e-are.sh
+++ b/e-are.sh
@@ -53,7 +53,7 @@ read choice
     elif [ $choice -eq 2 ] ; then
         echo ""
         echo "Running EllieBot without auto update. Please wait. . ."
-        while :; do cd "$root/elliebot/output" && dotnet EllieBot.dll && youtube-dl -U; sleep 5s; done
+        while :; do cd "$root/elliebot/output" && dotnet EllieBot.dll && yt-dlp -U; sleep 5s; done
         echo "Done"
     elif [ "$choice" -eq 3 ] ; then
         echo ""