From 1fbd2cc0182d20257062b6b4ec4681ac41f1f4fc Mon Sep 17 00:00:00 2001 From: Avi Patil <67785446+avipatilpro@users.noreply.github.com> Date: Sun, 25 Apr 2021 19:01:35 +0530 Subject: [PATCH] Initial Commit --- WebStreamer/bot/plugins/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebStreamer/bot/plugins/start.py b/WebStreamer/bot/plugins/start.py index 6adbc73..f5d8ab1 100644 --- a/WebStreamer/bot/plugins/start.py +++ b/WebStreamer/bot/plugins/start.py @@ -53,7 +53,7 @@ async def start(b, m): disable_web_page_preview=True) return await m.reply_text( - text=f"πŸ™‹ Hey [{m.from_user.first_name}](tg://user?id={m.from_user.id}) Bruh!!\nI am InstantπŸ˜‹ Telegram File to Link Generator Bot.\n\nSend me any file & see the magic! \n\nFor Help Just send /help to me πŸ™‚", + text=f"πŸ™‹ Hey **[{m.from_user.first_name}](tg://user?id={m.from_user.id})** Bruh!!\n\n**I am InstantπŸ˜‹ Telegram File to Link Generator Bot.**\n\n**Send me any file & see the magic!** \n\nFor Help Just send /help to me πŸ™‚", reply_markup=InlineKeyboardMarkup( [ [InlineKeyboardButton('😎 Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('😴 Profile', url='https://avipatilweb.me')]