Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyMatters-Tech authored Oct 22, 2022
1 parent 82de3bb commit 784ab66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 [enums.ChatType.GROUP, enums.ChatType.SUPERGROUP]:
buttons = [
[
InlineKeyboardButton('⚡ UᎮDΛTΞS ⚡', url='https://t.me/search_zone')
InlineKeyboardButton('⚡ UᎮDΛTΞS ⚡', url='https://t.me/greymatter_bots')
],
[
InlineKeyboardButton('⚡ SUBSCᏒIBΞ ⚡', url=f"https://youtube.com/c/GreyMattersBot"),
Expand All @@ -48,7 +48,7 @@ async def start(client, message):
InlineKeyboardButton('⚚ ΛᎠᎠ MΞ ϮԾ YԾUᏒ GᏒԾUᎮ ⚚', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('⚡ SUBSCᏒIBΞ ⚡', url='https://youtube.com/c/GreyMattersBot'),
InlineKeyboardButton('🤖 UᎮDΛTΞS 🤖', url='https://t.me/search_zone')
InlineKeyboardButton('🤖 UᎮDΛTΞS 🤖', url='https://t.me/greymatter_bots')
],[
InlineKeyboardButton('♻️ HΞLᎮ ♻️', callback_data='help'),
InlineKeyboardButton('♻️ ΛBOUT ♻️', callback_data='about')
Expand Down Expand Up @@ -94,7 +94,7 @@ async def start(client, message):
InlineKeyboardButton('⚚ ΛᎠᎠ MΞ ϮԾ YԾUᏒ GᏒԾUᎮ ⚚', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
],[
InlineKeyboardButton('⚡ SUBSCᏒIBΞ ⚡', url='https://youtube.com/c/GreyMattersBot'),
InlineKeyboardButton('🤖 UᎮDΛTΞS 🤖', url='https://t.me/search_zone')
InlineKeyboardButton('🤖 UᎮDΛTΞS 🤖', url='https://t.me/greymatter_bots')
],[
InlineKeyboardButton('♻️ HΞLᎮ ♻️', callback_data='help'),
InlineKeyboardButton('♻️ ΛBOUT ♻️', callback_data='about')
Expand Down

0 comments on commit 784ab66

Please sign in to comment.