lowercase P

This commit is contained in:
MSFTserver 2017-11-15 11:42:54 -08:00 committed by GitHub
parent c8979b52c5
commit e95b517135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ exports.lbrylink = function(bot,msg,suffix) {
if (msg.content.indexOf("lbry://") != -1) {
var text = msg.content.replace("lbry://", "https://open.lbry.io/");
msg.delete(500);
msg.reply(" I see you tried to Post a LBRY link let me help you with that:\n\n"+text)
msg.reply(" I see you tried to post a LBRY link let me help you with that:\n\n"+text)
}
})
}