forked from GitHub/dbot
whops
This commit is contained in:
parent
e9605b60d3
commit
3dfa3be2e1
@ -41,7 +41,7 @@ var youtube = function(dbot) {
|
||||
|
||||
var link = v.link[0].href.match(this.LinkRegex)
|
||||
if(!_.isUndefined(link)) {
|
||||
res += ' - ' + link[2];
|
||||
res += ' - http://youtu.be/' + link[2];
|
||||
}
|
||||
|
||||
return res;
|
||||
|
Loading…
Reference in New Issue
Block a user