Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyMatter's authored Nov 16, 2022
1 parent 15c0b62 commit 3e7096f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
InlineKeyboardButton("How Does This Works?", callback_data="abt")
],
[
InlineKeyboardButton("Source Code", url="https://github.com/subinps/Forward_2.0"),
InlineKeyboardButton("Report a Bug", url="https://t.me/subinps")
InlineKeyboardButton("Source Code", url="https://github.com/Greymattersbot/public-forward-bot"),
InlineKeyboardButton("Report a Bug", url="https://t.me/greymatters_bots_discussion")
]
]
)
Expand Down Expand Up @@ -64,7 +64,7 @@ async def cb_abt(bot, cb):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("Source", url="https://github.com/subinps/Forward_2.0"),
InlineKeyboardButton("Source", url="https://github.com/Greymattersbot/public-forward-bot"),
]
]
)
Expand Down

0 comments on commit 3e7096f

Please sign in to comment.