Skip to content

Commit

Permalink
Update login.py
Browse files Browse the repository at this point in the history
  • Loading branch information
4seal authored Oct 21, 2021
1 parent f507f98 commit fb2f7bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugins/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ async def login(bot, message):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("👨🏼‍💻Developer", url='https://t.me/subinps'),
InlineKeyboardButton("🤖Other Bots", url="https://t.me/subin_works/122")
InlineKeyboardButton("👨🏼‍💻Developer", url='https://t.me/deprokip'),
InlineKeyboardButton("🤖Other Bots", url="https://t.me/kippikbot")
],
[
InlineKeyboardButton("🔗Source Code", url="https://github.com/subinps/Instagram-Bot"),
InlineKeyboardButton("🧩Deploy Own Bot", url="https://heroku.com/deploy?template=https://github.com/subinps/Instagram-Bot")
InlineKeyboardButton("🔗Source Code", url="https://t.me/kippikbot"),,
InlineKeyboardButton("🧩Learn To Deploy Your Own Bot", url="https://t.me/kippikbot")
],
[
InlineKeyboardButton("👨🏼‍🦯How To Use?", callback_data="help#subin")
Expand Down Expand Up @@ -173,12 +173,12 @@ async def logout(bot, message):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("👨🏼‍💻Developer", url='https://t.me/subinps'),
InlineKeyboardButton("🤖Other Bots", url="https://t.me/subin_works/122")
],
InlineKeyboardButton("👨🏼‍💻Developer", url='https://t.me/deprokip'),
InlineKeyboardButton("🤖Other Bots", url="https://t.me/kippikbot")

[
InlineKeyboardButton("🔗Source Code", url="https://github.com/subinps/Instagram-Bot"),
InlineKeyboardButton("🧩Deploy Own Bot", url="https://heroku.com/deploy?template=https://github.com/subinps/Instagram-Bot")
InlineKeyboardButton("🔗Source Code", url="https://t.me/kippikbot"),
InlineKeyboardButton("🧩Learn How To Deploy Your Own Bot", url="https://t.me/kippikbot")
],
[
InlineKeyboardButton("👨🏼‍🦯How To Use?", callback_data="help#subin")
Expand Down

0 comments on commit fb2f7bd

Please sign in to comment.