diff --git a/WebStreamer/bot/plugins/start.py b/WebStreamer/bot/plugins/start.py index c096d6d..1d1622f 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='πŸ™‹ Hey 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='πŸ™‹ 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 πŸ™‚', reply_markup=InlineKeyboardMarkup( [ [InlineKeyboardButton('😎 Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('😴 Profile', url='https://avipatilweb.me')]