$editMEssage
Edits an existing message.
Usage
This function has three params.
Param | Description | Type | Required |
---|---|---|---|
channelID | The channel that this message belongs to. | Snowflake | Yes |
messageID | The message to edit. | snowflake | Yes |
content | The new contents of this message. | String | Yes |
Example
Last updated