edit_message
Update a bot's existing Discord message by specifying channel and message IDs, with optional new content or rich embeds.
Instructions
Edits a previously sent message by the bot in a Discord channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| embeds | No | Optional new rich embed objects. | |
| content | No | The new message content. | |
| channel_id | Yes | The ID of the channel. | |
| message_id | Yes | The ID of the message to edit. |