From acf19a264abc36e88e3b7b9367fab2e0121b4dcf Mon Sep 17 00:00:00 2001 From: nishfu22 <85071999+nishfu22@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:34:35 +0800 Subject: [PATCH] Update play.py --- handlers/play.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/handlers/play.py b/handlers/play.py index 01522027..ba72faeb 100644 --- a/handlers/play.py +++ b/handlers/play.py @@ -92,7 +92,7 @@ async def generate_cover(requested_by, title, views, duration, thumbnail): & ~filters.via_bot) async def play(_, message: Message): - lel = await message.reply("🔄 **Processing...**") + lel = await message.reply("🔄 **Tunggu bentar...**") administrators = await get_administrators(message.chat) chid = message.chat.id @@ -100,7 +100,7 @@ async def play(_, message: Message): try: user = await USER.get_me() except: - user.first_name = "Mizuki" + user.first_name = "Nishfu IM" usar = user wew = usar.id try: @@ -118,7 +118,7 @@ async def play(_, message: Message): try: await USER.join_chat(invitelink) await USER.send_message( - message.chat.id, "**Mizuki Music assistant joined this group for play music 🎵**") + message.chat.id, "**NF-BotMusic Music assistant joined this group for play music 🎵**") except UserAlreadyParticipant: pass @@ -153,7 +153,7 @@ async def play(_, message: Message): [ InlineKeyboardButton( text="Channel 🔊", - url="https://t.me/Infinity_BOTs") + url="https://t.me/kutipankitaa") ] ]