diff --git a/commands/music.js b/commands/music.js index 5b9a704..ecf444a 100644 --- a/commands/music.js +++ b/commands/music.js @@ -180,7 +180,7 @@ module.exports = { switch (args[0]) { case 'play': case 'playurl': // deprecated - if (args.slice(1).startsWith('http')) { + if (args.slice(1).join(' ').startsWith('http')) { playUrl(bot, args.slice(1), false, null, selector, config) } else { play(bot, args.slice(1), false, null, selector, config)