$editMessage

Edits one of the bot’s messages.

Syntax

$editMessage[Channel ID;Message ID;Content;(Title;Description;Color hex;Footer)]

How Do I Get The Channel / Message ID? (click-me)

Parameters

  • Channel ID (Type: Snowflake || Flag: Required): The channel that this message belongs to.

  • Message ID (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 hex (Type: Color || Flag: Vacantable): The new embed color border hex. You can also use color integer number.

  • Footer (Type: String || Flag: Vacantable): The new embed footer text.

Example

$nomention
$editMessage[853070225398693898;857040509549281292;This message has been edited!]

Output

Before

example1

After

example2