Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwmqmnqnqnbbbjs authored Apr 6, 2023
1 parent dcc9f2a commit eb68433
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ async def start(client, message):
if message.chat.type in [enums.ChatType.GROUP, enums.ChatType.SUPERGROUP]:
buttons = [
[
InlineKeyboardButton('πŸ”” Updates πŸ€–', url='https://t.me/LazyDeveloper')
InlineKeyboardButton('πŸ”” Updates 😈', url='https://t.me/No_Ban_Here_Hub')
],
[
InlineKeyboardButton('πŸ™†πŸ» Help 🦾', url=f"https://t.me/{temp.U_NAME}?start=help"),
],[
InlineKeyboardButton('Watch Tutorial', url='https://youtube.com/LazyDeveloper')
],
[
InlineKeyboardButton(text=DOWNLOAD_TEXT_NAME,url=DOWNLOAD_TEXT_URL)
Expand Down Expand Up @@ -69,7 +67,7 @@ async def start(client, message):
btn = [
[
InlineKeyboardButton(
"πŸ€– Join Updates Channel", url=https://t.me/No_Ban_Here_Hub
"πŸ€– Join Updates Channel", url='https://t.me/No_Ban_Here_Hub'
)
],
[
Expand Down

0 comments on commit eb68433

Please sign in to comment.