Embed.CreateField
Creates a field object that can be used in discord embeds.
Syntax
Embed.CreateField "name" "value" inline
Returns
reference to DEmbedField object
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
name | Yes | Any text e.g. "Hello, World!" | The bold "header" of a specific field. |
value | Yes | Any text e.g. "Hello, World!" | The main text content for that specific field. |
inline | Yes | bool (true or false) value | Determines if fields sit side-by-side. |
On a running server
Use serhelp Embed.CreateField to inspect the reference generated by your installed SER version.