ask for a valid youtube link

This commit is contained in:
loicbersier 2018-10-11 18:37:59 +02:00
parent b711658da8
commit 7ac23a60ac

View file

@ -29,7 +29,8 @@ module.exports = class youtubeCommand extends Command {
message.say('Video too long')
})
}, 5000)
}
} else
message.say("You need to input a valid youtube link")
}
}