$authorURL

Adds a hyperlink to the author text.

Syntax

$authorURL[url;(index)]

$authorURL[] will not work if there is no text provided in $author[].

Parameters

  • url (Type: URL || Flag: Emptiable): The link to set as the author hyperlink.
  • index (Type: Integer || Flag: Optional): To which embed the author URL will be added. (learn more)

Example

$nomention
$author[Click me to visit the BDFD website!]
$authorURL[https://botdesignerdiscord.com]

example