diff --git a/etc/foreground.png b/etc/foreground.png
index 324298b..067b752 100644
Binary files a/etc/foreground.png and b/etc/foreground.png differ
diff --git a/handlers/play.py b/handlers/play.py
index c4b3fed..df96893 100644
--- a/handlers/play.py
+++ b/handlers/play.py
@@ -198,7 +198,7 @@ def r_ply(type_):
],
[
- InlineKeyboardButton('Playlist π', 'playlist'),
+ InlineKeyboardButton('Playlistπ', 'playlist'),
],
[
@@ -371,7 +371,7 @@ async def m_cb(b, cb):
],
[
- InlineKeyboardButton('Playlist π', 'playlist'),
+ InlineKeyboardButton('Playlist π', 'playlist'),
],
[
@@ -416,7 +416,7 @@ async def m_cb(b, cb):
@Client.on_message(command("play") & other_filters)
async def play(_, message: Message):
global que
- lel = await message.reply("π **Processing**")
+ lel = await message.reply("β³ **Processing**")
administrators = await get_administrators(message.chat)
chid = message.chat.id
@@ -477,7 +477,7 @@ async def play(_, message: Message):
for i in message.command[1:]:
query += ' ' + str(i)
print(query)
- await lel.edit("π΅ **Processing**")
+ await lel.edit("β³ **Processing**")
ydl_opts = {"format": "bestaudio[ext=m4a]"}
try:
results = YoutubeSearch(query, max_results=1).to_dict()
@@ -501,7 +501,7 @@ async def play(_, message: Message):
[
[
- InlineKeyboardButton('π Playlist', callback_data='playlist'),
+ InlineKeyboardButton('π Playlist', callback_data='playlist'),
InlineKeyboardButton('Menu β― ', callback_data='menu')
],
@@ -550,7 +550,7 @@ async def play(_, message: Message):
await message.reply_photo(
photo="final.png",
reply_markup=keyboard,
- caption="βΆοΈ **Playing** here the song requested by {} via Group Music Bot π¨βπ€".format(
+ caption="πΆ **Playing** here the song requested by {} ".format(
message.from_user.mention()
),
)
@@ -565,7 +565,7 @@ async def play(_, message: Message):
)
async def deezer(client: Client, message_: Message):
global que
- lel = await message_.reply("π **Processing**")
+ lel = await message_.reply("β³ **Processing**")
administrators = await get_administrators(message_.chat)
chid = message_.chat.id
try:
@@ -666,7 +666,7 @@ async def deezer(client: Client, message_: Message):
qeue.append(appendable)
await res.edit_text(f"βͺ Group Music Bot βͺ= #οΈβ£ Queued at position {position}")
else:
- await res.edit_text("βͺ Group Music Bot βͺ=βΆοΈ Playing.....")
+ await res.edit_text("βͺ Group Music Bot βͺ=πΆ Playing.....")
chat_id = message_.chat.id
que[chat_id] = []
qeue = que.get(message_.chat.id)
@@ -695,7 +695,7 @@ async def deezer(client: Client, message_: Message):
)
async def jiosaavn(client: Client, message_: Message):
global que
- lel = await message_.reply("π **Processing**")
+ lel = await message_.reply("β³ **Processing**")
administrators = await get_administrators(message_.chat)
chid = message_.chat.id
try:
@@ -769,7 +769,7 @@ async def jiosaavn(client: Client, message_: Message):
keyboard = InlineKeyboardMarkup(
[
[
- InlineKeyboardButton('π Playlist', callback_data='playlist'),
+ InlineKeyboardButton('π Playlist', callback_data='playlist'),
InlineKeyboardButton('Menu β― ', callback_data='menu')
],
[
@@ -804,7 +804,7 @@ async def jiosaavn(client: Client, message_: Message):
)
else:
- await res.edit_text("βͺ Group Music Bot βͺ=βΆοΈ Playing.....")
+ await res.edit_text("βͺ Group Music Bot βͺ=πΆ Playing.....")
chat_id = message_.chat.id
que[chat_id] = []
qeue = que.get(message_.chat.id)
diff --git a/handlers/start.py b/handlers/start.py
index f5de45b..ba3f71a 100644
--- a/handlers/start.py
+++ b/handlers/start.py
@@ -31,22 +31,28 @@
)
async def start_(client: Client, message: Message):
await message.reply_text(
- f"""Hi there! I can play music in voice chats of Telegeam Groups. I have a lot of cool feature that will amaze you!\n\nβͺ Do you want me to play music in your Telegram groups'voice chats? Please click the \'Helpful Commands\' button below to know how you can use me.\n\nβͺ The Assistant must be in your group to play music in the voice chat of your group.\n\nβͺ More info & commands mentioned in the [Helpful Commands.](https://telegra.ph/Group-Music-Bot-05-03)\n\nβΉοΈ Please Subscribe @ZauteKm For more Info.\n\n Hit /help list of available Commands.""",
+ f"""Hi there! I can play music in voice chats of Telegeam Groups. I have a lot of cool feature that will amaze you! \n\nβͺ Do you want me to play music in your Telegram groups'voice chats? Hit /help to know how you can use me. \n\nβͺ The Assistant must be in your group to play music in the voice chat of your group.\n\nβͺ More info & commands mentioned in the [Helpful Commands.](https://telegra.ph/Group-Music-Bot-05-03)\n\nβΉοΈ Please Subscribe @ZauteKm For more Info.""",
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton(
- "βΉοΈ Helpful Commands βΉοΈ", url="https://telegra.ph/Group-Music-Bot-05-03")
+ "β Add me to Your Group β", url="t.me/zk_GvCBot?startgroup=true")
],[
InlineKeyboardButton(
"ποΈ Group", url="https://t.me/joinchat/7gSUxv6vgQE3M2Fl"
),
InlineKeyboardButton(
- "Channel π", url="https://t.me/ZauteKm"
+ "Channel π’", url="https://t.me/ZauteKm")
+ ],[
+ InlineKeyboardButton(
+ "π₯ Support", url="https://t.me/joinchat/TBKI3d9nCF8xMBsL"
+ ),
+ InlineKeyboardButton(
+ "Feedback π", url="https://t.me/ZauteBot"
)
],[
InlineKeyboardButton(
- "βοΈ YouTube Channel βοΈ", url="https://youtube.com/c/MizoHelpDesK"
+ "π° Music Source Code π°", url="https://githup.com/ZauteKm/GroupMusicBot-v2"
)]
]
),
@@ -60,7 +66,7 @@ async def start_(client: Client, message: Message):
)
async def start(client: Client, message: Message):
await message.reply_text(
- "ππ»ββοΈ Do you want to search for a YouTube video?",
+ "ππ»ββοΈ Do you want to search for a YouTube video?",
reply_markup=InlineKeyboardMarkup(
[
[