This commit is contained in:
levina 2021-11-21 12:13:18 +07:00 committed by GitHub
parent 1409a5bf3e
commit 0d8190a417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ async def play(c: Client, m: Message):
"» reply to an **audio file** or **give something to search.**" "» reply to an **audio file** or **give something to search.**"
) )
else: else:
suhu = await m.send_message(chat_id, "🔎 **searching...**") suhu = await m.send_message(chat_id, "🔎 **Searching...**")
query = m.text.split(None, 1)[1] query = m.text.split(None, 1)[1]
search = ytsearch(query) search = ytsearch(query)
if search == 0: if search == 0: