Answers for "discord.py embed hyperlink"

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
2

discord embed link

[Link text](http://example.com)
Posted by: Guest on June-19-2020
1

link in embed discord.py

embed.add_field(name="Field 1 Title", value="[This is the text](Here is the URL)")
Posted by: Guest on May-27-2021
0

how to make link text in discord

"Track cases globally, or in a country, by supplying 2-letter [country codes](https://countrycode.org/)."
Posted by: Guest on December-13-2020

Browse Popular Code Answers by Language