$isMessageEdited
Checks if the message is edited, if it’s returns true if it’s not it returns false.
Syntax
$isMessageEdited[Channel ID;Message ID]
Parameters
Channel ID
(Type: Snowflake || Flag: Required)
: The channel ID where the message is.Message ID
(Type: Snowflake || Flag: Required)
: The ID of the message.
Example
$nomention
$isMessageEdited[$channelID;$lastMessageID]
How $lastMessageID
works?