mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-06 02:29:45 +00:00
Update lbrylink.js
This commit is contained in:
parent
002473e96d
commit
486fb43b73
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ exports.lbrylink = async function(bot, msg, suffix) {
|
|||
.setDescription("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:")
|
||||
.setColor(7976557);
|
||||
cleanURLs.forEach(url => linkEmbed.addField("Open with LBRY:", url, true));
|
||||
return msg.embed(linkEmbed);
|
||||
return msg.channel.send({embed: linkEmbed});
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
msg.channel.send("Something went wrong when trying to run the lbrylinker, contact a moderator.");
|
||||
|
|
Loading…
Add table
Reference in a new issue