From b929646078c8fb93c27b081ed9c5d9be8cdfb9a1 Mon Sep 17 00:00:00 2001 From: Kuanidonya <67048355+Kuanidonya@users.noreply.github.com> Date: Wed, 19 May 2021 16:37:30 +0430 Subject: [PATCH 1/3] Update runtime.txt --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index a01373a..74bb7fd 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.7.2 +python-3.8.6 From 67efaf9f601a714b84fb5da6c6d200e9bf2b97f4 Mon Sep 17 00:00:00 2001 From: Kuanidonya <67048355+Kuanidonya@users.noreply.github.com> Date: Wed, 19 May 2021 16:39:30 +0430 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27eb484..7749a7a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ An Open Source Converter Bot scrapped from [Anydl Repo](https://github.com/spech ### The Normal Way ``` -git clone https://github.com/prgofficial/ConvertToVideo +git clone https://github.com/kuanidonya/ConvertToVideo cd ConvertToVideo virtualenv -p python3 VENV . ./VENV/bin/activate @@ -27,4 +27,4 @@ python3 bot.py ## CREDITS -- [Spechide](https://telegram.dog/spechide) \ No newline at end of file +- [Spechide](https://telegram.dog/spechide) From 7b983473e3aae5f7a44b39e747d817f6d8a3dad1 Mon Sep 17 00:00:00 2001 From: Kuanidonya <67048355+Kuanidonya@users.noreply.github.com> Date: Wed, 19 May 2021 16:40:13 +0430 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7749a7a..9759d74 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An Open Source Converter Bot scrapped from [Anydl Repo](https://github.com/spech ### The Easy Way -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/prgofficial/ConvertToVideo) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kuanidonya/ConvertToVideo) ### The Normal Way