aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--music.js1
1 files changed, 1 insertions, 0 deletions
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