mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-30 17:01:31 +00:00
Update lbrylink.js
This commit is contained in:
parent
85b39052c5
commit
cc5e1d0dd6
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ exports.lbrylink = function(bot, msg, suffix) {
|
|||
}
|
||||
}
|
||||
const embed = {
|
||||
description: "I see you tried to post a LBRY URL, here's a friendly hyperlink to share and for others to access your content with a single click: \n" + newURL.replace(/[^0-9a-z#/:]/gi,''),
|
||||
description: "I see you tried to post a LBRY URL, here's a friendly hyperlink to share and for others to access your content with a single click: \n" + newURL.replace(/[^0-9a-z#./:]/gi,''),
|
||||
color: 7976557,
|
||||
author: {
|
||||
name: 'LBRY Linker',
|
||||
|
|
Loading…
Add table
Reference in a new issue