diff --git a/commands/fun/youtube.js b/commands/fun/youtube.js index a4a63a05..c8586f7f 100644 --- a/commands/fun/youtube.js +++ b/commands/fun/youtube.js @@ -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") } } \ No newline at end of file