Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions handlers/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

]
]
Expand Down
12 changes: 6 additions & 6 deletions handlers/private.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ 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!**
""",
reply_markup=InlineKeyboardMarkup(
[
[
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"
)]
]
),
Expand All @@ -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")
]
]
)
Expand Down