Skip to content

Commit

Permalink
Update insta_cmds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
InstaSaveX authored Mar 8, 2022
1 parent e6823ef commit 3bc4a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/insta_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
buttons=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("👨🏼‍💻Developer", url='https://t.me/subinps'),
InlineKeyboardButton("🤖Other Bots", url="https://t.me/subin_works/122")
InlineKeyboardButton("👨🏼‍💻Developer", url='https://t.me/YourX'),
InlineKeyboardButton("🤖Other Bots", url="https://t.me/YourX")
],
[
InlineKeyboardButton("🔗Source Code", url="https://github.com/subinps/Instagram-Bot"),
InlineKeyboardButton("🔗Source Code", url="https://github.com/instasavex/Instagram-Bot"),
InlineKeyboardButton("🧩Deploy Own Bot", url="https://heroku.com/deploy?template=https://github.com/subinps/Instagram-Bot")
],
[
Expand Down

0 comments on commit 3bc4a63

Please sign in to comment.