From 2d5551c04491e1124d1b8bf9cb2fb8a772d7ef9c Mon Sep 17 00:00:00 2001 From: flayo <104882179+Flayo1123@users.noreply.github.com> Date: Fri, 6 May 2022 15:50:45 +0530 Subject: [PATCH] Update pm_filter.py --- plugins/pm_filter.py | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py index 5e9bf455..8b994198 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 Channel", url="https://t.me/allnewmovies112"), + InlineKeyboardButton("Movie Group ⭕️", url="https://t.me/allnewmovies111223") ]) 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/allnewmoviessupport'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/CODERFLAYO') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/allnewmovies111223') ] ] @@ -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/allnewmoviessupport'), + InlineKeyboardButton('Channel ⭕️', url='https://t.me/CODERFLAYO') ], [ - InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9') + InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/allnewmovies111223') ] ] 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/CODERFLAYO'), + InlineKeyboardButton('Movie Club ⭕️', url='https://t.me/allnewmovies111223') ],[ InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data') ]] @@ -502,8 +502,7 @@ async def cb_handler(client: Client, query: CallbackQuery): InlineKeyboardButton('YouTube', callback_data='music'), ],[ InlineKeyboardButton('Zombies', callback_data='zombies'), - InlineKeyboardButton('« Back', callback_data='start'), - InlineKeyboardButton('Adult Bot 🔞', url='https://t.me/AdultSearchXBot') + InlineKeyboardButton('« Back', callback_data='start') ]] reply_markup = InlineKeyboardMarkup(buttons) await query.message.edit_text( @@ -513,7 +512,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/CODERFLAYO'), InlineKeyboardButton('Source 🪤', callback_data='source') ],[ InlineKeyboardButton('❓ How to Use ❓', callback_data='help') @@ -938,11 +937,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 Channel", url="https://t.me/allnewmovies112"), + InlineKeyboardButton("Movie Group⭕️", url="https://t.me/allnewmovies111223") ]) btn.insert(0, [ - InlineKeyboardButton("⭕️ Join Our Channel ⭕️",url="https://t.me/imdbprobots/4") + InlineKeyboardButton("⭕️ Join Our Channel ⭕️",url="https://t.me/allnewmovies112") ]) 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