From 1490f93450de3541e17cb900e1c987ebae8d7ec8 Mon Sep 17 00:00:00 2001 From: Kingmaker003 <107481248+Kingmaker003@users.noreply.github.com> Date: Sat, 1 Oct 2022 12:53:52 +0530 Subject: [PATCH 01/10] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 86ff585c..43498400 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,7 @@ "inline" ], "website": "https://github.com/JOSProjects/IMDb-Movie-Bot", - "repository": "https://github.com/JOSProjects/IMDb-Movie-Bot", + "repository": "https://github.com/Kingmaker003/IMDb-Movie-Bot", "env": { "BOT_TOKEN": { "description": "Your bot token.", From a9acde76440e3c3a3935a73ad9fb316c918f590e Mon Sep 17 00:00:00 2001 From: Kingmaker003 <107481248+Kingmaker003@users.noreply.github.com> Date: Sat, 1 Oct 2022 13:09:02 +0530 Subject: [PATCH 02/10] Update pm_filter.py --- plugins/pm_filter.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py index 5e9bf455..4fa944e7 100644 --- a/plugins/pm_filter.py +++ b/plugins/pm_filter.py @@ -116,8 +116,8 @@ async def next_page(bot, query): ) btn.insert(0, [ - InlineKeyboardButton("⭕️ Movie", url="https://t.me/+26XbUS8O3cM1MDU1"), - InlineKeyboardButton("Series ⭕️", url="https://t.me/+VWYQKLaIim4yNjk1") + InlineKeyboardButton("⭕️ Movie", url="https://t.me/+wOkpJlA344E5YzQ1"), + InlineKeyboardButton("Movies ⭕️", url="https://t.me/rcmovieslinks") ]) btn.insert(0, [ @@ -382,11 +382,11 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/JOSPSupport'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/JosProjects') + InlineKeyboardButton('⭕️ Support', url='https://t.me/brokenbotsupports'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/brokenupdates') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+wOkpJlA344E5YzQ1') ] ] @@ -436,11 +436,11 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{title}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/JOSPSupport'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/JosProjects') + InlineKeyboardButton('⭕️ Support', url='https://t.me/brokenbotsupports'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/brokenupdates') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+wOkpJlA344E5YzQ1') ] ] await query.answer() @@ -462,8 +462,8 @@ async def cb_handler(client: Client, query: CallbackQuery): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/josprojects'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/brokenupdates'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+wOkpJlA344E5YzQ1') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -513,7 +513,7 @@ async def cb_handler(client: Client, query: CallbackQuery): ) elif query.data == "about": buttons = [[ - InlineKeyboardButton('⭕ Status', url='https://t.me/josprojects/221'), + InlineKeyboardButton('⭕ Status', url='https://t.me/brokenupdates/6'), InlineKeyboardButton('Source 🪤', callback_data='source') ],[ InlineKeyboardButton('❓ How to Use ❓', callback_data='help') @@ -938,11 +938,11 @@ async def auto_filter(client, msg, spoll=False): ) btn.insert(0, [ - InlineKeyboardButton("⭕️ Movie", url="https://t.me/+26XbUS8O3cM1MDU1"), - InlineKeyboardButton("Series ⭕️", url="https://t.me/+VWYQKLaIim4yNjk1") + InlineKeyboardButton("⭕️ Movie", url="https://t.me/+wOkpJlA344E5YzQ1"), + InlineKeyboardButton("Series ⭕️", url="https://t.me/rcmovieslinks") ]) btn.insert(0, [ - InlineKeyboardButton("⭕️ Join Our Channel ⭕️",url="https://t.me/imdbprobots/4") + InlineKeyboardButton("⭕️ Join Our Channel ⭕️",url="https://t.me/rcmovieslinks") ]) reply_id = message.reply_to_message.message_id if message.reply_to_message else message.message_id imdb = await get_poster(search, file=(files[0]).file_name) if settings["imdb"] else None From 5246e8e0569c73d500fb3057156718d23e789c04 Mon Sep 17 00:00:00 2001 From: Kingmaker003 <107481248+Kingmaker003@users.noreply.github.com> Date: Sat, 1 Oct 2022 13:12:00 +0530 Subject: [PATCH 03/10] Update p_ttishow.py --- plugins/p_ttishow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/p_ttishow.py b/plugins/p_ttishow.py index 927e16c8..74895b3d 100644 --- a/plugins/p_ttishow.py +++ b/plugins/p_ttishow.py @@ -38,7 +38,7 @@ async def save_group(bot, message): return buttons = [[ InlineKeyboardButton('ℹ️ Help', url=f"https://t.me/{temp.U_NAME}?start=help"), - InlineKeyboardButton('Updates 📢', url='https://t.me/josprojects/221') + InlineKeyboardButton('Updates 📢', url='https://t.me/brokenupdates') ]] reply_markup=InlineKeyboardMarkup(buttons) await message.reply_text( @@ -49,7 +49,7 @@ async def save_group(bot, message): if settings["welcome"]: for u in message.new_chat_members: buttons = [[ - InlineKeyboardButton('👉 ⚠️ Press me... 🥰 👈', url="https://t.me/josprojects") + InlineKeyboardButton('👉 ⚠️ Press me... 🥰 👈', url="https://t.me/brokenupdates") ]] if (temp.MELCOW).get('welcome') is not None: try: From 1cb6977dbb3ac3a9f4a2a0df5d000780a0a17d54 Mon Sep 17 00:00:00 2001 From: Kingmaker003 <107481248+Kingmaker003@users.noreply.github.com> Date: Sat, 1 Oct 2022 13:15:36 +0530 Subject: [PATCH 04/10] Update inline.py --- plugins/inline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inline.py b/plugins/inline.py index e9e230bd..8ca98b27 100644 --- a/plugins/inline.py +++ b/plugins/inline.py @@ -26,7 +26,7 @@ async def answer(bot, query): if not await inline_users(query): await query.answer(results=[], cache_time=0, - switch_pm_text='okDa', + switch_pm_text='okBro', switch_pm_parameter="hehe") return From ed77714ca0f3f81a8dfe2105204208322378c667 Mon Sep 17 00:00:00 2001 From: Kingmaker003 <107481248+Kingmaker003@users.noreply.github.com> Date: Sat, 1 Oct 2022 13:22:36 +0530 Subject: [PATCH 05/10] Update commands.py --- plugins/commands.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/commands.py b/plugins/commands.py index b04e1f8e..bfb3a667 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -23,7 +23,7 @@ async def start(client, message): if message.chat.type in ['group', 'supergroup']: buttons = [ [ - InlineKeyboardButton('⭕️ Updates ⭕️', url='https://t.me/josprojects') + InlineKeyboardButton('⭕️ Updates ⭕️', url='https://t.me/brokenupdates') ], [ InlineKeyboardButton('🛠️ Help', url=f"https://t.me/{temp.U_NAME}?start=help"), @@ -50,8 +50,8 @@ async def start(client, message): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/josprojects'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/brokenupdates'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+wOkpJlA344E5YzQ1') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -98,8 +98,8 @@ async def start(client, message): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/josprojects'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/brokenupdates'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+wOkpJlA344E5YzQ1') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -250,11 +250,11 @@ async def start(client, message): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/JOSPSupport'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/josprojects/221') + InlineKeyboardButton('⭕️ Support', url='https://t.me/brokenbotsupports'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/brokenupdates') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/rcmovieslinks') ] ] await client.send_cached_media( From 177af059e12ffee3216ab1364a6ecab4b57ba773 Mon Sep 17 00:00:00 2001 From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com> Date: Thu, 22 Dec 2022 08:07:42 +0530 Subject: [PATCH 06/10] Update sample_info.py --- sample_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample_info.py b/sample_info.py index 0eaa7924..c3635795 100644 --- a/sample_info.py +++ b/sample_info.py @@ -42,8 +42,8 @@ def is_enabled(value, default): P_TTI_SHOW_OFF = is_enabled((environ.get('P_TTI_SHOW_OFF', "True")), True) IMDB = is_enabled((environ.get('IMDB', "True")), True) SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', "True")), True) -CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name}\n\nSize: {file_size}\n\n{file_caption}\n\n[© TVSeries & Movie Studio](https://t.me/joinchat/prE6ALN6x2hkY2E1)") -IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "🎬 Title: {title}\n📺 Type: {kind}\n📆 Release: {release_date}\n🌟 Rating: {rating} / 10\n(based on {votes} user ratings.)\n\n📀 Runtime: {runtime} minutes\n🎭 Genres: {genres}\n\n☀️ Languages: {languages}\n🎛 Countries: {countries}\n🎥 Director: {director}\n📝 Writers: {writer}\n\n© TVSeries & Movie Studio") +CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", "{file_name}\n\nSize: {file_size}\n\n{file_caption}\n\n[© Tamil Blasters](https://t.me/tamilblasterslinkz)") +IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", "🎬 Title: {title}\n📺 Type: {kind}\n📆 Release: {release_date}\n🌟 Rating: {rating} / 10\n(based on {votes} user ratings.)\n\n📀 Runtime: {runtime} minutes\n🎭 Genres: {genres}\n\n☀️ Languages: {languages}\n🎛 Countries: {countries}\n🎥 Director: {director}\n📝 Writers: {writer}\n\n© Tamilblasters") LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False) SPELL_CHECK_REPLY = is_enabled(environ.get("SPELL_CHECK_REPLY", "False"), False) MAX_LIST_ELM = environ.get("MAX_LIST_ELM", None) From 9294e991b045aaee4d7dccac3d797912e07d413d Mon Sep 17 00:00:00 2001 From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com> Date: Thu, 22 Dec 2022 08:14:32 +0530 Subject: [PATCH 07/10] Update script.py --- script.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/script.py b/script.py index ade70592..fa421a27 100644 --- a/script.py +++ b/script.py @@ -12,22 +12,22 @@ class Script(object): Here Is The Help For My Commands.""" ABOUT_TXT = """➥ My name: {} -➥ Creator: Zaute Km +➥ Creator: Tamil Blasters ➥ Library: Pyrogram ➥ Language: Python 𝟹 ➥ Data Base: MongoDB -➥ Bot Server: Heroku +➥ Bot Server: ➥ Build Status: v2.0.1 [ Beta ]""" SOURCE_TXT = """Source: IMDb is a Open source project. -Source: GitHub - Click here 👈 +Source: GitHub - Click here 👈 DEVS: -- Jos Projects +- Tamil Blasters SUPPORT GROUP -- Jos Movie Club""" +- Rc movies Request""" MANUALFILTER_TXT = """Help: Filters @@ -279,7 +279,7 @@ class Script(object): • /short (link) - I will send the shorted links. Example: -/short https://t.me/josprojects +/short https://t.me/Tamilblasterslinkz NOTE: • IMDb should have admin privillage. From 3e0dd1753fd4ffdad916e02d8f1151e6d371d869 Mon Sep 17 00:00:00 2001 From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com> Date: Thu, 22 Dec 2022 08:32:15 +0530 Subject: [PATCH 08/10] Update pm_filter.py --- plugins/pm_filter.py | 48 ++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py index 4fa944e7..fdd5ad2b 100644 --- a/plugins/pm_filter.py +++ b/plugins/pm_filter.py @@ -97,27 +97,27 @@ async def next_page(bot, query): off_set = offset - 10 if n_offset == 0: btn.append( - [InlineKeyboardButton("⏪ BACK", callback_data=f"next_{req}_{key}_{off_set}"), + [InlineKeyboardButton("☜ 𝕭𝖆𝖈𝖐", callback_data=f"next_{req}_{key}_{off_set}"), InlineKeyboardButton(text=f"Check PM!", url=f"https://t.me/{temp.U_NAME}"), - InlineKeyboardButton(f"📃 {round(int(offset) / 10) + 1} / {round(total / 10)}", + InlineKeyboardButton(f"📇 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages")] ) elif off_set is None: btn.append( - [InlineKeyboardButton(f"🗓 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages"), + [InlineKeyboardButton(f"📇 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages"), InlineKeyboardButton(text=f"Check PM!", url=f"https://t.me/{temp.U_NAME}"), - InlineKeyboardButton("NEXT ⏩", callback_data=f"next_{req}_{key}_{n_offset}")]) + InlineKeyboardButton("𝕹𝖊𝖝𝖙 ☞", callback_data=f"next_{req}_{key}_{n_offset}")]) else: btn.append( [ - InlineKeyboardButton("⏪ BACK", callback_data=f"next_{req}_{key}_{off_set}"), - InlineKeyboardButton(f"🗓 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages"), - InlineKeyboardButton("NEXT ⏩", callback_data=f"next_{req}_{key}_{n_offset}")] + InlineKeyboardButton("☜ 𝕭𝖆𝖈𝖐", callback_data=f"next_{req}_{key}_{off_set}"), + InlineKeyboardButton(f"📇 {round(int(offset) / 10) + 1} / {round(total / 10)}", callback_data="pages"), + InlineKeyboardButton("𝕹𝖊𝖝𝖙 ☞", callback_data=f"next_{req}_{key}_{n_offset}")] ) btn.insert(0, [ - InlineKeyboardButton("⭕️ Movie", url="https://t.me/+wOkpJlA344E5YzQ1"), - InlineKeyboardButton("Movies ⭕️", url="https://t.me/rcmovieslinks") + InlineKeyboardButton("⭕️ Movie", url="https://t.me/tamilblasterslinkz"), + InlineKeyboardButton("Movies ⭕️", url="https://t.me/tamilblasterslinkz") ]) btn.insert(0, [ @@ -382,11 +382,11 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/brokenbotsupports'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/brokenupdates') + InlineKeyboardButton('⭕️ Support', url='https://t.me/rcmovierequest'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/tamilblasterslinkz') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+wOkpJlA344E5YzQ1') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/tamilblasterslinkz') ] ] @@ -436,11 +436,11 @@ async def cb_handler(client: Client, query: CallbackQuery): f_caption = f"{title}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/brokenbotsupports'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/brokenupdates') + InlineKeyboardButton('⭕️ Support', url='https://t.me/rcmovierequest'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/tamilblasterslinkz') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+wOkpJlA344E5YzQ1') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/tamilblasterslinkz') ] ] await query.answer() @@ -462,8 +462,8 @@ async def cb_handler(client: Client, query: CallbackQuery): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/brokenupdates'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+wOkpJlA344E5YzQ1') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/tamilblasterslinkz'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/rcmovierequest') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -503,7 +503,7 @@ async def cb_handler(client: Client, query: CallbackQuery): ],[ InlineKeyboardButton('Zombies', callback_data='zombies'), InlineKeyboardButton('« Back', callback_data='start'), - InlineKeyboardButton('Adult Bot 🔞', url='https://t.me/AdultSearchXBot') + InlineKeyboardButton('songs Bot 🎧', url='https://t.me/Tamilmusiclybot') ]] reply_markup = InlineKeyboardMarkup(buttons) await query.message.edit_text( @@ -927,22 +927,22 @@ async def auto_filter(client, msg, spoll=False): BUTTONS[key] = search req = message.from_user.id if message.from_user else 0 btn.append( - [InlineKeyboardButton(text=f"🗓 1/{round(int(total_results) / 10)}", callback_data="pages"), + [InlineKeyboardButton(text=f"📇 1/{round(int(total_results) / 10)}", callback_data="pages"), InlineKeyboardButton(text="Check PM!", url=f"https://t.me/{temp.U_NAME}"), - InlineKeyboardButton(text="NEXT ⏩", callback_data=f"next_{req}_{key}_{offset}")] + InlineKeyboardButton(text="NEXT ☞", callback_data=f"next_{req}_{key}_{offset}")] ) else: btn.append( - [InlineKeyboardButton(text="🗓 1/1", callback_data="pages"), + [InlineKeyboardButton(text="📇 1/1", callback_data="pages"), InlineKeyboardButton(text="Check PM!", url=f"https://t.me/{temp.U_NAME}")] ) btn.insert(0, [ - InlineKeyboardButton("⭕️ Movie", url="https://t.me/+wOkpJlA344E5YzQ1"), - InlineKeyboardButton("Series ⭕️", url="https://t.me/rcmovieslinks") + InlineKeyboardButton("⭕️ Movie", url="https://t.me/tamilblasterslinkz"), + InlineKeyboardButton("Series ⭕️", url="https://t.me/tamilrockers003") ]) btn.insert(0, [ - InlineKeyboardButton("⭕️ Join Our Channel ⭕️",url="https://t.me/rcmovieslinks") + InlineKeyboardButton("⭕️ Join Our Channel ⭕️",url="https://t.me/tamilblasterslinkz") ]) reply_id = message.reply_to_message.message_id if message.reply_to_message else message.message_id imdb = await get_poster(search, file=(files[0]).file_name) if settings["imdb"] else None From 8ee341046873145b5b6334ed4ef6fd368865333b Mon Sep 17 00:00:00 2001 From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com> Date: Thu, 22 Dec 2022 08:39:25 +0530 Subject: [PATCH 09/10] Update commands.py --- plugins/commands.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/commands.py b/plugins/commands.py index bfb3a667..c55fbee0 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -23,7 +23,7 @@ async def start(client, message): if message.chat.type in ['group', 'supergroup']: buttons = [ [ - InlineKeyboardButton('⭕️ Updates ⭕️', url='https://t.me/brokenupdates') + InlineKeyboardButton('⭕️ Updates ⭕️', url='https://t.me/tamilblasterslinkz') ], [ InlineKeyboardButton('🛠️ Help', url=f"https://t.me/{temp.U_NAME}?start=help"), @@ -50,8 +50,8 @@ async def start(client, message): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/brokenupdates'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+wOkpJlA344E5YzQ1') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/tamilblasterslinkz'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/tamilrockers003') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -98,8 +98,8 @@ async def start(client, message): ],[ InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='') ],[ - InlineKeyboardButton('⭕️ Updates', url='https://t.me/brokenupdates'), - InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/+wOkpJlA344E5YzQ1') + InlineKeyboardButton('⭕️ Updates', url='https://t.me/tamilblasterslinkz'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/tamilrockers003') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -250,11 +250,11 @@ async def start(client, message): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('⭕️ Support', url='https://t.me/brokenbotsupports'), - InlineKeyboardButton('Channel ⭕️', url='https://t.me/brokenupdates') + InlineKeyboardButton('⭕️ Support', url='https://t.me/rcmovierequest'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/tamilblasterslinkz') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/rcmovieslinks') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/tamilblasterslinkz') ] ] await client.send_cached_media( From 47e0516197d1ffd35f563024e41f0cf32d7644d7 Mon Sep 17 00:00:00 2001 From: Broken Heart <107481248+Kingmaker003@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:06:47 +0530 Subject: [PATCH 10/10] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 43498400..0959cea7 100644 --- a/app.json +++ b/app.json @@ -15,7 +15,7 @@ "index", "inline" ], - "website": "https://github.com/JOSProjects/IMDb-Movie-Bot", + "website": "https://github.com/Kingmaker003/IMDb-Movie-Bot", "repository": "https://github.com/Kingmaker003/IMDb-Movie-Bot", "env": { "BOT_TOKEN": {