Append "audio" to YouTube searches

This commit is contained in:
Parker M. 2024-11-29 00:10:47 -06:00
parent 8b231a1b54
commit 4e1bce4b9a
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -76,7 +76,7 @@ class Play(commands.Cog):
LoadType.ERROR,
):
# Final search attempt with YouTube
ytsearch = f"ytsearch:{query}"
ytsearch = f"ytsearch:{query} audio"
results = await player.node.get_tracks(ytsearch)
else:
results = await player.node.get_tracks(query)