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
| Name | Required | Type | Description |
|---|---|---|---|
name | Yes | Any text e.g. "Hello, World!" | Small text at the top of the embed. |
icon url | No | Any text e.g. "Hello, World!" | Small round image next to the author name. |
clickable url | No | Any 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.