Skip to main content

Embed.CreateFooter

Creates a footer that can be used in discord embeds.

Syntax

Embed.CreateFooter "content" "icon_url"

Returns

reference to DEmbedFooter object

Arguments

NameRequiredTypeDescription
contentYesAny text e.g. "Hello, World!"Small text at the bottom of the embed.
icon urlYesAny 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.