Skip to content

Commit

Permalink
Update login.py
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymarbapro authored Sep 3, 2021
1 parent 82736c7 commit 55ff7f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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/harrymarba'),
InlineKeyboardButton("🤖Other Bots", url="https://t.me/harrymarba")
],
[
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://github.com/harrymarbapro/Instagram-Bot"),
InlineKeyboardButton("🧩Deploy Own Bot", url="https://heroku.com/deploy?template=https://github.com/harrymarbapro/Instagram-Bot")
],
[
InlineKeyboardButton("👨🏼‍🦯How To Use?", callback_data="help#subin")
Expand Down Expand Up @@ -177,8 +177,8 @@ async def logout(bot, message):
InlineKeyboardButton("🤖Other Bots", url="https://t.me/subin_works/122")
],
[
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://github.com/harrymarbapro/Instagram-Bot"),
InlineKeyboardButton("🧩Deploy Own Bot", url="https://heroku.com/deploy?template=https://github.com/harrymarbapro/Instagram-Bot")
],
[
InlineKeyboardButton("👨🏼‍🦯How To Use?", callback_data="help#subin")
Expand Down

0 comments on commit 55ff7f7

Please sign in to comment.