From 7ac23a60acc8f281d84944f8155bb63fc7a3a476 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 11 Oct 2018 18:37:59 +0200 Subject: [PATCH] ask for a valid youtube link --- commands/fun/youtube.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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