From 88f31a87535b16c4e01fcc13922e8ae21ff3f03f Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Tue, 28 Feb 2023 14:22:33 +0700 Subject: [PATCH] opsS --- commands/music.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)