From 7500ea01c8e7718e708e895688242a7c72e63f71 Mon Sep 17 00:00:00 2001 From: aki Date: Thu, 24 Apr 2025 02:06:06 +0800 Subject: [PATCH] untest the testing earlier --- 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 c099e4e..93a804b 100644 --- a/src/structures/ShoukakuEvents.js +++ b/src/structures/ShoukakuEvents.js @@ -226,7 +226,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 = `ytsearch:${query}`; // Pass the raw query for non-URLs + identifier = query; // Pass the raw query for non-URLs } // Perform the search using the identifier string