Hyperlinks
A hyperlink is clickable-text. When the user clicks on the text, it directs them to a certain URL.
General Hyperlinks
You can use this method inside of $description[]
and the $addField[]
value field.
Sytnax
[text](link)
Note: If you are using BDScript 2 or get a error while using hyperlinks, add a
\
to the left bracket of the hyperlink:[text\](link)
.
Example
$nomention
$description[This bot is made with [Bot Designer For Discord\](https://botdesignerdiscord.com)]
Title Hyperlinks
Use the $embeddedURL function to add a hyperlink in $title.
Author Hyperlinks
Use the $authorURL function to add a hyperlink in $author.