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
10 changes: 5 additions & 5 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ async def start(client, message):
buttons = [[
InlineKeyboardButton('➕↖️ Add Me To Your Groups ↗️➕', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('⚡ Movie Updates ⚡', url=f"https://telegram.me/real_MoviesAdda1"),
InlineKeyboardButton('🔔 BOT Updates 🤖', url='https://t.me/LazyDeveloper')
InlineKeyboardButton('⚡ Movie Updates ⚡', url=f"https://t.me/Creation_Satisfy"),
InlineKeyboardButton('🔔 BOT Updates 🤖', url='https://t.me/botupdateofficiel')
],[
InlineKeyboardButton('🙆🏻 Help 🦾', callback_data='help'),
InlineKeyboardButton('♥️ About ♥️', callback_data='about')
Expand Down Expand Up @@ -93,8 +93,8 @@ async def start(client, message):
buttons = [[
InlineKeyboardButton('➕↖️ Add Me To Your Groups ↗️➕', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('⚡ Movie Updates ⚡', url=f"https://telegram.me/real_MoviesAdda1"),
InlineKeyboardButton('🔔 BOT Updates 🤖', url='https://t.me/LazyDeveloper')
InlineKeyboardButton('⚡ Movie Updates ⚡', url=f"https://t.me/Creation_Satisfy"),
InlineKeyboardButton('🔔 BOT Updates 🤖', url='https://t.me/botupdateofficiel')
],[
InlineKeyboardButton('🙆🏻 Help 🦾', callback_data='help'),
InlineKeyboardButton('♥️ About ♥️', callback_data='about')
Expand Down Expand Up @@ -247,7 +247,7 @@ async def start(client, message):
chat_id=message.from_user.id,
file_id=file_id,
caption=f_caption,
reply_markup=InlineKeyboardMarkup( [ [InlineKeyboardButton('sᴜʙsᴄʀɪʙᴇ', url='https://youtube.com/@LazyDeveloperr')] ] ),
reply_markup=InlineKeyboardMarkup( [ [InlineKeyboardButton('sᴜʙsᴄʀɪʙᴇ', url='https://youtube.com/@creationofsatisfy7750')] ] ),
protect_content=True if pre == 'filep' else False,
)

Expand Down