From: Elias Fleckenstein Date: Sun, 6 Mar 2022 19:07:32 +0000 (+0100) Subject: Search: post link X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c9e9e2b7649adf592cac68672025b342e04b8e4a;p=furrybot-discord.git Search: post link --- diff --git a/music.js b/music.js index 50bba47..95821e9 100644 --- a/music.js +++ b/music.js @@ -11,6 +11,7 @@ module.exports = { new URL(url) } catch { url = "https://youtube.com/watch?v=" + (await youtubeSearchApi.GetListByKeyword(url, false, 1)).items[0].id + msg.reply("Playing this: " + url) } const channel = msg.member.voice.channel