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") ] ] )