From f1991f7716a2fca87bc95ff1c16ae3a16844d375 Mon Sep 17 00:00:00 2001 From: aki Date: Thu, 24 Apr 2025 01:33:42 +0800 Subject: [PATCH] testing --- src/structures/ShoukakuEvents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/ShoukakuEvents.js b/src/structures/ShoukakuEvents.js index c50a57d..f2803a9 100644 --- a/src/structures/ShoukakuEvents.js +++ b/src/structures/ShoukakuEvents.js @@ -220,7 +220,7 @@ class MusicPlayer { } else { // Search with prefix (Lavalink handles ytsearch/ytmsearch automatically with the plugin) // identifier = `ytsearch:${query}`; // Prefix might not be needed with the plugin, let Lavalink decide - identifier = query; // Pass the raw query for non-URLs + identifier = `ytsearch:${query}`; // Pass the raw query for non-URLs } // Perform the search using the identifier string