From 8bf1317dfbda50da9dde973260f6114bb620a093 Mon Sep 17 00:00:00 2001 From: Tosu <167279662+about-tosu@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:48:55 +0530 Subject: [PATCH] Update start.py --- plugins/start.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/start.py b/plugins/start.py index cd27919..ed24dc0 100644 --- a/plugins/start.py +++ b/plugins/start.py @@ -27,11 +27,11 @@ async def start(client,message): await message.reply_text(text =f""" Hello {wish} {message.from_user.first_name } __I am file renamer bot, Please sent any telegram - **Document Or Video** and enter new filename to rename it__ + **Document Or Video** and enter new filename to rename it. My owner - @about_tosuu __ """,reply_to_message_id = message.message_id , reply_markup=InlineKeyboardMarkup( - [[ InlineKeyboardButton("Support 🇮🇳" ,url="https://t.me/lntechnical") ], - [InlineKeyboardButton("Subscribe 🧐", url="https://youtube.com/c/LNtechnical") ] ])) + [[ InlineKeyboardButton("Support 🇮🇳" ,url="https://t.me/nothing_bots_support") ], + [InlineKeyboardButton("Subscribe 🧐", url="https://t.me/about_tosuu") ] ]))