Skip to content
Open
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
8 changes: 4 additions & 4 deletions handlers/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ 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

try:
user = await USER.get_me()
except:
user.first_name = "Mizuki"
user.first_name = "Nishfu IM"
usar = user
wew = usar.id
try:
Expand All @@ -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
Expand Down Expand Up @@ -153,7 +153,7 @@ async def play(_, message: Message):
[
InlineKeyboardButton(
text="Channel 🔊",
url="https://t.me/Infinity_BOTs")
url="https://t.me/kutipankitaa")

]
]
Expand Down