This commit is contained in:
levina 2021-10-30 18:12:58 +07:00 committed by GitHub
parent 6438bc0855
commit 039ce19d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ async def play(_, m: Message):
url = search[1] url = search[1]
veez, ytlink = await ytdl(url) veez, ytlink = await ytdl(url)
if veez == 0: if veez == 0:
await suhu.edit(f"❌ youtube-dl issues detected\n\n» `{ytlink}`") await suhu.edit(f"❌ yt-dl issues detected\n\n» `{ytlink}`")
else: else:
if chat_id in QUEUE: if chat_id in QUEUE:
pos = add_to_queue(chat_id, songname, ytlink, url, "Audio", 0) pos = add_to_queue(chat_id, songname, ytlink, url, "Audio", 0)