From cc5e1d0dd6b0133ce149af6d3d5bcad90ddc079f Mon Sep 17 00:00:00 2001 From: filipnyquist Date: Thu, 28 Jun 2018 15:01:05 +0200 Subject: [PATCH] Update lbrylink.js --- bot/modules/lbrylink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/lbrylink.js b/bot/modules/lbrylink.js index 7a443e3..37187e4 100644 --- a/bot/modules/lbrylink.js +++ b/bot/modules/lbrylink.js @@ -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',