Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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);
 
PREVIOUS NEXT
Tagged: #create #hyperlinks
ADD COMMENT
Topic
Name
2+2 =