Name | DiscordEmbedTag |
Prefix | [email protected] |
Base Type | ElementTag |
Identity Format | The identity format for Discord embeds is a map of embed data.
The map matches the key set documented at DiscordEmbedTag.with.as, along with a "fields" key as a ListTag of MapTags with keys "title", "value", and "inline". |
Description | A DiscordEmbedTag is an object that represents a Discord embed for use with dDiscordBot. |
Requires | dDiscordBot |
Source | https://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordEmbedTag.java#L21 |