Hello Guy how are you all? Hope you all are fine. Today in this tutorial we are going to learn How to create hyperlink in Discord, in an embed, in general in discord. Without wasting your time lets start this article.
How to create hyperlink in Discord, in an embed in general
How to create hyperlink in Discord, in an embed in general?
To create hyperlink in Discord, in an embed in general Only bots can achieve this (but not in field titles, beware). Just do
[link text here](url here)
. this in the embed. Clicking on it directs you to countrycode.org. Using.addField()
. If you want a bot’s message to just be a hyperlink, you need to make an embed, and only set the description, hyperlinking as shown above. (you can set the embed color if you want too of course).
Only bots can achieve this (but not in field titles, beware). Just do [link text here](url here)
.
"Track cases globally, or in a country, by supplying 2-letter [country codes](https://countrycode.org/)."
this in the embed. Clicking on it directs you to countrycode.org. Using .addField()
:
yourEmbed.addField("Title here, no hyperlinks allowed", "Main text here, so you can put a hyperlink here [like so.](https://example.com)");
If you want a bot’s message to just be a hyperlink, you need to make an embed, and only set the description, hyperlinking as shown above. (you can set the embed color if you want too of course)
Summery
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also Read