From 39933b0643b3baf03e8e039440e11cbc9b8af6f1 Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Sat, 21 Dec 2024 23:52:49 +1300
Subject: [PATCH] fixed yt-dlp -U on in e-are.sh

---
 e-are.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ""