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
28 changes: 14 additions & 14 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/+aHONzFk7kbVhY2Zl')
],
[
InlineKeyboardButton('🛠️ Help', url=f"https://t.me/{temp.U_NAME}?start=help"),
Expand All @@ -45,13 +45,13 @@ async def start(client, message):
buttons = [[
InlineKeyboardButton('➕ Add me to your Chat ➕', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('⭕️ Help', callback_data='help'),
InlineKeyboardButton('About ⭕️', callback_data='about')
InlineKeyboardButton('🔰 Help', callback_data='help'),
InlineKeyboardButton('About 🔰', callback_data='about')
],[
InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='')
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/+aHONzFk7kbVhY2Zl'),
InlineKeyboardButton(' 🎗️Main Group 🎗️', url='https://t.me/movie_link_lk')
],[
InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data')
]]
Expand Down Expand Up @@ -93,13 +93,13 @@ async def start(client, message):
buttons = [[
InlineKeyboardButton('➕ Add me to your Chat ➕', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('⭕️ Help', callback_data='help'),
InlineKeyboardButton('About ⭕️', callback_data='about')
InlineKeyboardButton('🔰 Help', callback_data='help'),
InlineKeyboardButton('About 🔰', callback_data='about')
],[
InlineKeyboardButton('🕵️ Search here Movie 🕵️', switch_inline_query_current_chat='')
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/+aHONzFk7kbVhY2Zl'),
InlineKeyboardButton('🎗️ Main Group 🎗️', url='https://t.me/movie_link_lk')
],[
InlineKeyboardButton('❌ Close the Menu ❌', callback_data='close_data')
]]
Expand Down Expand Up @@ -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/+aHONzFk7kbVhY2Zl'),
InlineKeyboardButton('Channel 🎗️', url='https://t.me/+aHONzFk7kbVhY2Zl')
],
[
InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+y53tWFUw6Q43NzE9')
InlineKeyboardButton('🎬 Series & Movie Club 🎬', url=f'https://t.me/+aHONzFk7kbVhY2Zl')
]
]
await client.send_cached_media(
Expand Down