From b2a7012805d7c2061fabace864ccf6d5f55f1f83 Mon Sep 17 00:00:00 2001 From: Avi Patil <67785446+avipatilpro@users.noreply.github.com> Date: Sun, 25 Apr 2021 18:26:18 +0530 Subject: [PATCH] Initial Commit --- WebStreamer/bot/plugins/start.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebStreamer/bot/plugins/start.py b/WebStreamer/bot/plugins/start.py index 48da1ff..c096d6d 100644 --- a/WebStreamer/bot/plugins/start.py +++ b/WebStreamer/bot/plugins/start.py @@ -48,7 +48,7 @@ async def start(b, m): except Exception: await b.send_message( chat_id=m.chat.id, - text="Something went Wrong. Contact my [Avishkar Patil](https://t.me/Avishkarpatil).", + text="Something went Wrong. Contact me [Avishkar Patil](https://t.me/Avishkarpatil).", parse_mode="markdown", disable_web_page_preview=True) return @@ -85,7 +85,7 @@ async def start(b, m): ], [ InlineKeyboardButton("🔄 Refresh / Try Again", - url=f"https://t.me/AH_File2Link_Bot?start=AbirHasan2005_{usr_cmd}") + url=f"https://t.me/avifilestreambot.herokuapp.com/{usr_cmd}") ] ] ),