$editMessage
Edits one of the bot's messages.
Usage
$editMessage[channelID;messageID;content;(title;description;color;footer)]
Parameters
channelID
(Type: Snowflake || Flag: Required)
: The channel that this message belongs to.messageID
(Type: Snowflake || Flag: Required)
: The ID of the message to edit (must be a message that the bot sent).content
(Type: String || Flag: Emptiable)
: The new message contents.title
(Type: String || Flag: Vacantable)
: The new embed title.description
(Type: String || Flag: Vacantable)
: The new embed description.color
(Type: Color || Flag: Vacantable)
: The new embed color border hex.footer
(Type: String || Flag: Vacantable)
: The new embed footer text.
Example
$nomention
$editMessage[853070225398693898;857040509549281292;This message has been edited!]
Output
Before
After