Skip to main content

Embed.CreateAuthor

Creates an author object that can be used in discord embeds.

Syntax​

Embed.CreateAuthor "name" "icon_url"? "clickable_url"?

Returns​

reference to DEmbedAuthor object

Arguments​

NameRequiredTypeDescription
nameYesAny text e.g. "Hello, World!"Small text at the top of the embed.
icon urlNoAny text e.g. "Hello, World!"Small round image next to the author name.
clickable urlNoAny text e.g. "Hello, World!"Link that turns the author name into a hyperlink.

On a running server​

Use serhelp Embed.CreateAuthor to inspect the reference generated by your installed SER version.