From 95bea503503d52e7aaf92bf36e2b8b7ccd6cfee3 Mon Sep 17 00:00:00 2001 From: Riebot <86209111+Riebot@users.noreply.github.com> Date: Mon, 21 Jun 2021 16:23:50 +0700 Subject: [PATCH] Update private.py --- handlers/private.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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") ] ] )