forked from Supositware/Haha-Yes
ask for a valid youtube link
This commit is contained in:
parent
b711658da8
commit
7ac23a60ac
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ module.exports = class youtubeCommand extends Command {
|
||||||
message.say('Video too long')
|
message.say('Video too long')
|
||||||
})
|
})
|
||||||
}, 5000)
|
}, 5000)
|
||||||
}
|
} else
|
||||||
|
message.say("You need to input a valid youtube link")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue