From e0fdd8160a7a18a226f434bcdb75eb6914e797f8 Mon Sep 17 00:00:00 2001 From: SPrince06 <121626663+SPrince06@users.noreply.github.com> Date: Sun, 22 Jan 2023 11:09:46 +0530 Subject: [PATCH] Create start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 2b0778d..1ff9914 100644 --- a/start.sh +++ b/start.sh @@ -1,5 +1,5 @@ echo "Cloning Repo...." -git clone https://github.com/Cyniteofficial/MdiskSearchBotV2.git /MdiskSearchBotV2 +git clone https://github.com/Official_Mr_Prince06/MdiskSearchBotV2.git /MdiskSearchBotV2 cd /MdiskSearchBotV2 pip3 install -r requirements.txt echo "Starting Bot...."