diff --git a/plugins/login.py b/plugins/login.py index a7e5c23..fad64d5 100644 --- a/plugins/login.py +++ b/plugins/login.py @@ -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") @@ -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")