diff --git a/WebStreamer/bot/plugins/start.py b/WebStreamer/bot/plugins/start.py index 2bd4618..48da1ff 100644 --- a/WebStreamer/bot/plugins/start.py +++ b/WebStreamer/bot/plugins/start.py @@ -1,4 +1,4 @@ -# (c) @EverythingSuckz | @AbirHasan2005 + from WebStreamer.bot import StreamBot from WebStreamer.vars import Var @@ -53,10 +53,10 @@ 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!', + 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 πŸ™‚', reply_markup=InlineKeyboardMarkup( [ - [InlineKeyboardButton('Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('Profile', url='https://avipatilweb.me')] + [InlineKeyboardButton('😎 Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('😴 Profile', url='https://avipatilweb.me')] ] ), @@ -177,8 +177,8 @@ async def help_handler(bot, message): disable_web_page_preview=True, reply_markup=InlineKeyboardMarkup( [ - [InlineKeyboardButton("Support Group", url="https://t.me/linux_repo")], - [InlineKeyboardButton("Developer", url="https://t.me/Avishkarpatil")] + [InlineKeyboardButton("😍 GitHub", url="https://GitHub.com/avipatilpro")], + [InlineKeyboardButton("😎 Developer", url="https://t.me/Avishkarpatil")] ] ) )