discord_edit_message
Edit existing Discord messages by specifying the channel ID, message ID, and new content to update the message directly via Discord's API.
Instructions
Edit a previously sent message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | Yes | The Discord channel ID | |
| content | Yes | New message content | |
| messageId | Yes | The message ID to edit |