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/josprojects/memes.py b/plugins/josprojects/memes.py
index 3e24fceb..fc4d06c5 100644
--- a/plugins/josprojects/memes.py
+++ b/plugins/josprojects/memes.py
@@ -21,7 +21,7 @@ async def aesthetic(client, message):
     text = "".join(aesthetify(text))
     await status_message.edit(text)
 
-# DART------------ https://telegram.me/Josprojects ------------ #
+# DART------------ https://telegram.me/moviehtv ------------ #
 
 # EMOJI CONSTANTS
 DART_E_MOJI = "🎯"
@@ -43,7 +43,7 @@ async def throw_dart(client, message):
         reply_to_message_id=rep_mesg_id
     )
 
-# DICE------------ https://telegram.me/Josprojects ------------ #
+# DICE------------ https://telegram.me/moviehtv ------------ #
 
 # EMOJI CONSTANTS
 DICE_E_MOJI = "🎲"
@@ -65,7 +65,7 @@ async def roll_dice(client, message):
         reply_to_message_id=rep_mesg_id
     )
 
-# LUCK------------ https://telegram.me/Josprojects ------------ #
+# LUCK------------ https://telegram.me/moviehtv ------------ #
 
 # EMOJI CONSTANTS
 TRY_YOUR_LUCK = "🎰"
@@ -86,7 +86,7 @@ async def luck_cownd(client, message):
         reply_to_message_id=rep_mesg_id
     )
 
-# GOAL------------ https://telegram.me/Josprojects ------------ #
+# GOAL------------ https://telegram.me/moviehtv ------------ #
 
 # EMOJI CONSTANTS
 GOAL_E_MOJI = "⚽"
@@ -107,7 +107,7 @@ async def roll_dice(client, message):
         reply_to_message_id=rep_mesg_id
     )
 
-# RUNS------------ https://telegram.me/Josprojects ------------ #
+# RUNS------------ https://telegram.me/moviehtv ------------ #
 
 import random
 
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)