diff --git a/handlers/private.py b/handlers/private.py index 18d5089d..b7cdd6e1 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 [Ari](https://t.me/SilenceSpe4ks). Add me to your group and play music freely!** """, @@ -19,13 +19,13 @@ async def start(_, message: Message): [ [ InlineKeyboardButton( - "🛠 Source Code 🛠", url="https://github.com/Infinity-Bots/GroupMusicPlayerBot") + " 📩 Instagram ", url="https://t.me/www.instagram.com/ariasinathrya?r=nametag") ],[ InlineKeyboardButton( - "💬 Group", url="https://t.me/InfinityBOTs_Support" + "🗂 Group", url="https://t.me/luciddreaams" ), InlineKeyboardButton( - "🔊 Channel", url="https://t.me/Infinity_BOTs" + "☕ Owner", url="https://t.me/SilenceSpe4ks" ) ],[ InlineKeyboardButton( @@ -43,7 +43,7 @@ async def gstart(_, message: Message): [ [ InlineKeyboardButton( - "🔊 Channel", url="https://t.me/Infinity_BOTs") + "🔊 Channel", url="https://t.me/Infobotmusik") ] ] )