Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions plugins/pm_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down Expand Up @@ -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')
]
]

Expand Down Expand Up @@ -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()
Expand All @@ -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')
]]
Expand Down Expand Up @@ -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(
Expand All @@ -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')
Expand Down Expand Up @@ -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
Expand Down