Skip to content

Commit 3eae9c8

Browse files
authored
Update play.py
1 parent f432e07 commit 3eae9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zaid/plugins/play.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async def vplay(event):
273273
or not replied
274274
and not title
275275
):
276-
return await await event.client.send_file(chat_id, Config.CMD_IMG, caption="**Give Me Your Query Which You want to Stream**\n\n **Example**: `/vplay Nira Ishq Bass boosted`", buttons=btnn)
276+
return await event.client.send_file(chat_id, Config.CMD_IMG, caption="**Give Me Your Query Which You want to Stream**\n\n **Example**: `/vplay Nira Ishq Bass boosted`", buttons=btnn)
277277
if replied and not replied.video and not replied.document:
278278
xnxx = await event.reply("`Searching Video Details...`")
279279
query = event.text.split(maxsplit=1)[1]

0 commit comments

Comments
 (0)