1
0
Fork 0

ask for a valid youtube link

Commando
loicbersier 6 years ago
parent b711658da8
commit 7ac23a60ac

@ -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")
}
}
Loading…
Cancel
Save