From 77127775df2032a26bf450c5de7333c8e2e3a009 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Tue, 21 Apr 2020 22:16:21 +0300 Subject: [PATCH] Update search.js --- src/commands/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/search.js b/src/commands/search.js index 7a3fa023..6d0da216 100644 --- a/src/commands/search.js +++ b/src/commands/search.js @@ -44,7 +44,7 @@ module.exports = { return msg.channel.send(client.messages.cancellingVideoSelection); } const videoIndex = parseInt(response.first().content) - 1; - return client.funcs.handleVideo(videos[videoIndex], msg, voiceChannel, client, false); + return client.funcs.handleVideo(videos[videoIndex], msg, voiceChannel, client, false, "ytdl"); }) } }; \ No newline at end of file