diff --git a/code/cogs/play.py b/code/cogs/play.py index c836b70..ec32c06 100644 --- a/code/cogs/play.py +++ b/code/cogs/play.py @@ -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)