$editMessage
Edits one of the bot's messages.
Usage
$editMessage[channelID;messageID;newMessage;(optional) title;(optional) description;(optional) color;(optional) footer]
Breakdown
channelID
- The channel that this message belongs to.messageID
- The ID of the message to edit (must be a message that the bot sent).newMessage
- The new message contents.title
- The new embed title. Optional.description
- The new embed description. Optional.color
- The new embed color border hex. Optional.footer
- The new embed footer text. Optional.
Example
$nomention
$editMessage[853070225398693898;857040509549281292;This message has been edited!]
Output
Before
After