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
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
diff --git a/script.py b/script.py
index ade70592..e6772e13 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
@@ -21,13 +21,13 @@ class Script(object):
 
     SOURCE_TXT = """Source:
 IMDb is a Open source project.
-Source: GitHub - Click here 👈
+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)"""
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)