Skip to content

Commit

Permalink
Source Code Public Now
Browse files Browse the repository at this point in the history
  • Loading branch information
AbirHasan2005 committed Mar 28, 2021
1 parent 94b5132 commit cb9f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async def HelpWatermark(bot, cmd):
await cmd.reply_text(
text=Config.USAGE_WATERMARK_ADDER,
parse_mode="Markdown",
reply_markup=InlineKeyboardMarkup([[InlineKeyboardButton("Developer", url="https://t.me/AbirHasan2005"), InlineKeyboardButton("Support Group", url="https://t.me/linux_repo")], [InlineKeyboardButton("Bots Channel", url="https://t.me/Discovery_Updates")]]),
reply_markup=InlineKeyboardMarkup([[InlineKeyboardButton("Developer", url="https://t.me/AbirHasan2005"), InlineKeyboardButton("Support Group", url="https://t.me/linux_repo")], [InlineKeyboardButton("Bots Channel", url="https://t.me/Discovery_Updates")], [InlineKeyboardButton("Source Code", url="https://github.com/AbirHasan2005/Watermark-Bot")]]),
disable_web_page_preview=True
)

Expand Down

0 comments on commit cb9f56a

Please sign in to comment.