aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/play.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/play.py')
-rw-r--r--code/cogs/play.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/cogs/play.py b/code/cogs/play.py
index 02c0a11..db21cf7 100644
--- a/code/cogs/play.py
+++ b/code/cogs/play.py
@@ -240,8 +240,8 @@ class Play(commands.Cog):
LoadType.EMPTY,
LoadType.ERROR,
):
- scsearch = f"scsearch:{query}"
- results = await player.node.get_tracks(scsearch)
+ ytmsearch = f"ytmsearch:{query}"
+ results = await player.node.get_tracks(ytmsearch)
if not results.tracks or results.load_type in (
LoadType.EMPTY,