discord_edit_message
Edit a bot's previously sent message by supplying the channel ID, message ID, and updated content.
Instructions
Edits a message previously sent by the bot. Only messages authored by the bot can be edited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The new content for the message | |
| channelId | Yes | The ID of the channel containing the message | |
| messageId | Yes | The ID of the message to edit |