Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv9969 authored Aug 1, 2024
1 parent ea9db52 commit d30085f
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,14 @@ async def start(client, message):
buttons = [[
InlineKeyboardButton('☆ ᴀᴅᴅ ᴍᴇ ᴛᴏ ʏᴏᴜʀ ɢʀᴏᴜᴘ ☆', url=f'http://telegram.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('📚 ʙᴀᴄᴋᴜᴘ', url=CHNL_LNK),
InlineKeyboardButton('🌿 ɢʀᴏᴜᴘ', url=GRP_LNK),
InlineKeyboardButton('🌈 ᴄʜᴀɴɴᴇʟ', url=f'http://t.me/BoB_Files1')
InlineKeyboardButton('ʙᴀᴄᴋᴜᴘ', url=CHNL_LNK),
InlineKeyboardButton('ɢʀᴏᴜᴘ', url=GRP_LNK)
],[
InlineKeyboardButton('🏕️ ᴀʙᴏᴜᴛ', callback_data='about'),
InlineKeyboardButton('🍾 ᴄᴏᴍᴍᴀɴᴅꜱ', callback_data='https://t.me/Bullmovieess_autofilter_bot?start=TheHappyHour'),
InlineKeyboardButton('🍁 ꜱᴛᴀᴛꜱ', callback_data='stats')
],[
InlineKeyboardButton('🌹 ʀᴇғғᴇʀ 🌹', callback_data='reffer')
InlineKeyboardButton(' ʀᴇғғᴇʀ ', callback_data='reffer')
]]
if IS_VERIFY or IS_SHORTLINK is True:
buttons.append([
InlineKeyboardButton('🏡 ʙᴜʏ ᴘʀᴇᴍɪᴜᴍ 🏡', callback_data='https://t.me/Bullmovieess_autofilter_bot?start=TheHappyHour')
InlineKeyboardButton('ʙᴜʏ ᴘʀᴇᴍɪᴜᴍ ', callback_data='seeplan')
])
if TOP_SEARCH is True:
buttons.append([
Expand Down Expand Up @@ -134,19 +129,14 @@ async def start(client, message):
buttons = [[
InlineKeyboardButton('☆ ᴀᴅᴅ ᴍᴇ ᴛᴏ ʏᴏᴜʀ ɢʀᴏᴜᴘ ☆', url=f'http://telegram.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('📚 ʙᴀᴄᴋᴜᴘ', url=CHNL_LNK),
InlineKeyboardButton('🌿 ɢʀᴏᴜᴘ', url=GRP_LNK),
InlineKeyboardButton('🌈 ᴄʜᴀɴɴᴇʟ', url=f'http://t.me/BoB_Files1')
],[
InlineKeyboardButton('🏕️ ᴀʙᴏᴜᴛ', callback_data='about'),
InlineKeyboardButton('🍾 ᴄᴏᴍᴍᴀɴᴅꜱ', callback_data='seeplans'),
InlineKeyboardButton('🍁 ꜱᴛᴀᴛꜱ', callback_data='stats')
InlineKeyboardButton('ʙᴀᴄᴋᴜᴘ', url=CHNL_LNK),
InlineKeyboardButton('ɢʀᴏᴜᴘ', url=GRP_LNK)
],[
InlineKeyboardButton('🌹 ʀᴇғғᴇʀ 🌹', callback_data='reffer'),
InlineKeyboardButton(' ʀᴇғғᴇʀ', callback_data='reffer'),
]]
if IS_VERIFY or IS_SHORTLINK is True:
buttons.append([
InlineKeyboardButton('🏡 ʙᴜʏ ᴘʀᴇᴍɪᴜᴍ 🏡', callback_data='seeplans')
InlineKeyboardButton('ʙᴜʏ ᴘʀᴇᴍɪᴜᴍ', callback_data='seeplans')
])
if TOP_SEARCH is True:
buttons.append([
Expand Down

0 comments on commit d30085f

Please sign in to comment.