ZgetEmbedData
Fetches the specified field from an embed on an existing Discord message, where type is one of title, description, footer, color, image, or timestamp.
Syntax
ZgetEmbedData{channelID?;messageID;embedIndex;type}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| channelID | snowflake | No | - |
| messageID | snowflake | Yes | - |
| embedIndex | integer | Yes | - |
| type | string | Yes | - |
Example
ZgetEmbedData{123456789012345678;987654321098765432;1;title}