$editMessage

Edits one of the bot's messages.

Usage

$editMessage[channelID;messageID;newMessage;(optional) title;(optional) description;(optional) color;(optional) footer]

🧙‍♂️ How Do I Get The Channel / Message ID? (click-me)

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

example1

After

example2