Append "audio" to YouTube searches
This commit is contained in:
parent
8b231a1b54
commit
4e1bce4b9a
@ -76,7 +76,7 @@ class Play(commands.Cog):
|
|||||||
LoadType.ERROR,
|
LoadType.ERROR,
|
||||||
):
|
):
|
||||||
# Final search attempt with YouTube
|
# Final search attempt with YouTube
|
||||||
ytsearch = f"ytsearch:{query}"
|
ytsearch = f"ytsearch:{query} audio"
|
||||||
results = await player.node.get_tracks(ytsearch)
|
results = await player.node.get_tracks(ytsearch)
|
||||||
else:
|
else:
|
||||||
results = await player.node.get_tracks(query)
|
results = await player.node.get_tracks(query)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user