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

NameTypeRequiredDefault
channelIDsnowflakeNo-
messageIDsnowflakeYes-
embedIndexintegerYes-
typestringYes-

Example

ZgetEmbedData{123456789012345678;987654321098765432;1;title}