mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
opsS
This commit is contained in:
parent
76302ea658
commit
88f31a8753
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue