From e37365a9d4f7372e5592cce4ac51b05144d32f8a Mon Sep 17 00:00:00 2001 From: Yamboy1 Date: Tue, 21 Jan 2020 16:49:49 +1300 Subject: [PATCH] Fix lbrylink again --- 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 1c356c7..8ca16ac 100644 --- a/bot/modules/lbrylink.js +++ b/bot/modules/lbrylink.js @@ -13,7 +13,7 @@ exports.lbrylink = async function(bot, msg, suffix) { const urlOccurrences = (msg.content.match(/lbry:\/\//g) || []).length; if (urlOccurrences > 0) { //convert all mentions to a plain string (because lbry://@Nikooo777 gets parsed as lbry://@<123123123> instead) - const mentionRegex = /(.+)<@!?(\d{18})>(.+)/s; + const mentionRegex = /(.*)<@!?(\d{18})>(.*)/s; let match; do { if (match) {