diff --git a/WebStreamer/bot/plugins/start.py b/WebStreamer/bot/plugins/start.py
index 3c4527b..5c2949a 100644
--- a/WebStreamer/bot/plugins/start.py
+++ b/WebStreamer/bot/plugins/start.py
@@ -52,16 +52,17 @@ async def start(b, m):
parse_mode="markdown",
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!!\n\n**I am Instantπ Telegram File to Link Generator Bot.**\n\n**Send me any file & see the magic!** \n\n**π Pornogrphy Strictly Not Allowed** \n\nFor Help Just send /help to me π",
- reply_markup=InlineKeyboardMarkup(
- [
- [InlineKeyboardButton('π Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('π΄ Profile', url='https://avipatilweb.me')]
-
- ]
- ),
- disable_web_page_preview=True
- )
+ await m.reply_text(
+ text="""
+π Hα΄Κ, α΄ΚΙͺκ± Ιͺκ± κ°ΙͺΚα΄ α΄α΄ ΚΙͺΙ΄α΄ Ι’α΄Ι΄ Κα΄α΄\n
+PΚα΄κ±κ± Κα΄Κα΄ Κα΄α΄α΄α΄Ι΄ κ°α΄Κ α΄α΄Κα΄ ΙͺΙ΄κ°α΄... /help \n
+πͺππ₯π‘ππ‘π πΈ\n
+PΚα΄Ι΄ α΄α΄Ι΄α΄α΄Ι΄α΄κ± Κα΄α΄α΄
κ± α΄α΄ α΄α΄Κα΄α΄Ι΄α΄Ι΄α΄ Κα΄Ι΄ Κα΄α΄.""",
+ parse_mode="HTML",
+ disable_web_page_preview=True,
+ reply_markup=InlineKeyboardMarkup( [ [ InlineKeyboardButton('π Developer', url='https://t.me/Avishkarpatil'),
+ InlineKeyboardButton('π GitHub', url='https://t.me/Avishkarpatil') ],
+ [ InlineKeyboardButton(text='Close', callback_data='') ] ] ) )
else:
if Var.UPDATES_CHANNEL is not None:
try:
@@ -183,8 +184,8 @@ async def help_handler(bot, message):
disable_web_page_preview=True,
reply_markup=InlineKeyboardMarkup(
[
- [InlineKeyboardButton("π GitHub", url="https://GitHub.com/avipatilpro")],
- [InlineKeyboardButton("π Developer", url="https://t.me/Avishkarpatil")]
+
+ [InlineKeyboardButton('π Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('Me', url='https://avipatilweb.me')]
]
)
)