Answers for "can you use hyperlinks in messages discord.js"

4

how to create hyperlinks discord.js

const botInfo = new Discord.MessageEmbed()
    .setDescription('[Click here!](https://support.discord.com/hc/en-us/community/posts/360038398572-Hyperlink-Markdown)')
    
    message.channel.send(botInfo);
Posted by: Guest on September-02-2020
0

discord js embeded message hyperlink

(Discord.js)
To add a hyperlink to a specific part of a string, you can use []
"This is no hyperlink, [but this is](https://google.com/)."
Posted by: Guest on April-21-2021

Code answers related to "can you use hyperlinks in messages discord.js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language