$getEmbedData
Fetches embed data from the provided message.
Usage
$getEmbedData[channelID;messageID;embedIndex;embedProperty (title/description/footer/color/image/timestamp)]
Parameters
channelID
(Type: Snowflake || Flag: Required)
: The channel this message belongs to.messageID
(Type: Snowflake || Flag: Required)
: The message to get this embed data from.embedIndex
(Type: HowMany || Flag: Required)
: The embed of this message to get data from. Use1
for the first embed of this message.embedProperty
(Type: Enum || Flag: Required)
: The embed property to return.
Example
$nomention
Title: $getEmbedData[876920205526319144;878299081380876339;1;title]
Description: $getEmbedData[876920205526319144;878299081380876339;1;description]
Footer: $getEmbedData[876920205526319144;878299081380876339;1;footer]