mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-03 12:30:16 +00:00
lowercase P
This commit is contained in:
parent
c8979b52c5
commit
e95b517135
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue