From 8bce36f9380e7f761ba3b535f408317ee9d6af51 Mon Sep 17 00:00:00 2001 From: Romeybrar12 <106407653+Romeybrar12@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:10:34 +0530 Subject: [PATCH 1/5] Update utils.py --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 8a690eb2..068bee35 100644 --- a/utils.py +++ b/utils.py @@ -55,7 +55,7 @@ async def is_subscribed(bot, query): async def get_poster(query, bulk=False, id=False, file=None): if not id: - # https://t.me/GetTGLink/4183 + # https://t.me/+hpNmC7UlYgg4Yzgx query = (query.strip()).lower() title = query year = re.findall(r'[1-2]\d{3}$', query, re.IGNORECASE) From 52036387802e4403ba127e665fed377c6c00a35f Mon Sep 17 00:00:00 2001 From: Romeybrar12 <106407653+Romeybrar12@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:15:47 +0530 Subject: [PATCH 2/5] Update script.py --- script.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script.py b/script.py index ade70592..c918c50f 100644 --- a/script.py +++ b/script.py @@ -1,5 +1,5 @@ class Script(object): - START_TXT = """Hello {}, + START_TXT = """Hello HTV LOVER {}, My name is {}! @@ -12,7 +12,7 @@ class Script(object): Here Is The Help For My Commands.""" ABOUT_TXT = """➥ My name: {} -➥ Creator: Zaute Km +➥ Creator: htv_admin ➥ Library: Pyrogram ➥ Language: Python 𝟹 ➥ Data Base: MongoDB @@ -24,10 +24,10 @@ class Script(object): Source: GitHub - Click here 👈 DEVS: -- Jos Projects +- htv admin SUPPORT GROUP -- Jos Movie Club""" +- Htv Movie """ MANUALFILTER_TXT = """Help: Filters @@ -54,7 +54,7 @@ class Script(object): 3. Buttons should be properly parsed as markdown format. URL buttons: -[Button Text](buttonurl:https://t.me/josprojects) +[Button Text](buttonurl:https://t.me/htv_admin) Alert buttons: [Button Text](buttonalert:This is an alert message)""" From 847545d14740b0e92abbd315b247f06d0f4b9777 Mon Sep 17 00:00:00 2001 From: Romeybrar12 <106407653+Romeybrar12@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:32:56 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c349091..fc84f1bc 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ You can deploy this bot anywhere.
Deploy to VPS

-git clone https://github.com/josprojects/tgmoviebot
+git clone https://github.com/Romeybrar12/tgmoviebot
 # Install Packages
 pip3 install -r requirements.txt
 Edit info.py with variables as given below then run bot

From d666cb0c52b2ba24ec1590ecf84f181254420f64 Mon Sep 17 00:00:00 2001
From: Romeybrar12 <106407653+Romeybrar12@users.noreply.github.com>
Date: Mon, 6 Jun 2022 23:37:05 +0530
Subject: [PATCH 4/5] Update script.py

---
 script.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script.py b/script.py
index c918c50f..e6772e13 100644
--- a/script.py
+++ b/script.py
@@ -21,7 +21,7 @@ class Script(object):
 
     SOURCE_TXT = """Source:
 IMDb is a Open source project.
-Source: GitHub - Click here 👈
+Source: GitHub - Click here 👈
 
 DEVS:
 - htv admin

From ef67063e2c8de3474d0b023c5fd0f9bb66fe0ed0 Mon Sep 17 00:00:00 2001
From: Romeybrar12 <106407653+Romeybrar12@users.noreply.github.com>
Date: Tue, 7 Jun 2022 00:40:51 +0530
Subject: [PATCH 5/5] Update broadcast.py

---
 plugins/broadcast.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/broadcast.py b/plugins/broadcast.py
index ae84402a..f9acf1d1 100644
--- a/plugins/broadcast.py
+++ b/plugins/broadcast.py
@@ -7,7 +7,7 @@
 import asyncio
         
 @Client.on_message(filters.command("broadcast") & filters.user(ADMINS) & filters.reply)
-# https://t.me/JosProjects
+# https://t.me/moviehtv
 async def verupikkals(bot, message):
     users = await db.get_all_users()
     b_msg = message.reply_to_message