messages_edit
Edit a Discord message previously sent by the bot to fix typos, update status text, or rewrite embeds.
Instructions
Purpose: Edit a Discord message previously sent by this bot.
When to use: correct typos; update status text; rewrite embeds.
When NOT to use: edit messages NOT sent by this bot - Discord rejects (403).
Returns: {message_id, channel_id, edited_timestamp}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New text content (max 2000 chars) | |
| channel_id | Yes | Channel containing the message | |
| message_id | Yes | Message to edit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||