Embed.CreateFooter
Creates a footer that can be used in discord embeds.
Syntax
Embed.CreateFooter "content" "icon_url"
Returns
reference to DEmbedFooter object
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
content | Yes | Any text e.g. "Hello, World!" | Small text at the bottom of the embed. |
icon url | Yes | Any text e.g. "Hello, World!" | Small square image next to the footer text. |
On a running server
Use serhelp Embed.CreateFooter to inspect the reference generated by your installed SER version.