From 3b0e26d3a611e424c4496ed4be02a469123f0d48 Mon Sep 17 00:00:00 2001 From: Efsane2323 <106430183+Efsane2323@users.noreply.github.com> Date: Tue, 7 Jun 2022 15:29:49 +0300 Subject: [PATCH] Update private.py --- handlers/private.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/handlers/private.py b/handlers/private.py index 18d5089d..d703a26b 100644 --- a/handlers/private.py +++ b/handlers/private.py @@ -11,7 +11,7 @@ async def start(_, message: Message): await message.reply_text( f"""**Hey, I'm {bn} 🎵 -I can play music in your group's voice call. Developed by [Jason](https://t.me/ImJanindu). +I can play music in your group's voice call. Developed by [https://t.me/hababammsinifi). Add me to your group and play music freely!** """, @@ -19,17 +19,17 @@ async def start(_, message: Message): [ [ InlineKeyboardButton( - "🛠 Source Code 🛠", url="https://github.com/Infinity-Bots/GroupMusicPlayerBot") + "🛠 Source Code 🛠", url="https://github.com/Efsane2323") ],[ InlineKeyboardButton( - "💬 Group", url="https://t.me/InfinityBOTs_Support" + "💬 Group", url="https://t.me/hababammsinifi" ), InlineKeyboardButton( - "🔊 Channel", url="https://t.me/Infinity_BOTs" + "🔊 Channel", url="https://t.me/hababammsinifi" ) ],[ InlineKeyboardButton( - "➕ Add To Your Group ➕", url="https://t.me/JEGroupMusicPlayerBot?startgroup=true" + "➕ Add To Your Group ➕", url="http://t.me/hababam_sinifibot?startgroup=true" )] ] ), @@ -43,7 +43,7 @@ async def gstart(_, message: Message): [ [ InlineKeyboardButton( - "🔊 Channel", url="https://t.me/Infinity_BOTs") + "🔊 Channel", url="https://t.me/hababammsinifi") ] ] )