diff --git a/README.md b/README.md index 3712d639..2772a57a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Use [Repl Link](https://replit.com/@SpEcHiDe/GenerateStringSession) to get pyrogram string session ### Credits -- [ImJanindu](https://github.com/ImJanindu): Dev +- [abhinas](https://github.com/roymusicplay): Dev - [InukaASiTH](https://github.com/InukaAsith): Dev - [Laky](https://github.com/Laky-64) & [Andrew](https://github.com/AndrewLaneX): PyTgCalls - [Original Repo](https://github.com/suprojects/CallsMusic) diff --git a/app.json b/app.json index 2d73435f..32d2a61f 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "name": "Music Bot", "description": "Open-Source bot to play songs in your Telegram's Group Voice Chat. Powered by PyTgCalls.", "keywords": ["music", "voicechat", "telegram"], - "repository": "https://github.com/ImJanindu/GroupMusicBot", + "repository": "https://github.com/roymusicplay/music3", "stack": "container", "env": { "SESSION_NAME": { diff --git a/handlers/play.py b/handlers/play.py index 01522027..ce14798b 100644 --- a/handlers/play.py +++ b/handlers/play.py @@ -152,8 +152,8 @@ async def play(_, message: Message): [ [ InlineKeyboardButton( - text="Channel 🔊", - url="https://t.me/Infinity_BOTs") + text="father 🔊", + url="https://t.me/abhinasroy") ] ] diff --git a/handlers/private.py b/handlers/private.py index 18d5089d..976ca3e6 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 [Jason](https://t.me/abhinasroy). 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/roymusicplay/music3") ],[ InlineKeyboardButton( - "💬 Group", url="https://t.me/InfinityBOTs_Support" + "💬 Group", url="https://t.me/DOSTI_GROUP_1234" ), InlineKeyboardButton( - "🔊 Channel", url="https://t.me/Infinity_BOTs" + "🔊 Channel", url="https://t.me/MOVIE_CHANNEL_1234" ) ],[ InlineKeyboardButton( - "➕ Add To Your Group ➕", url="https://t.me/JEGroupMusicPlayerBot?startgroup=true" + "➕ Add To Your Group ➕", url="https://t.me/DOSTI_GROUP_1234?startgroup=true" )] ] ), @@ -43,7 +43,7 @@ async def gstart(_, message: Message): [ [ InlineKeyboardButton( - "🔊 Channel", url="https://t.me/Infinity_BOTs") + "🔊 Channel", url="https://t.me/MOVIE_CHANNEL_1234") ] ] )