discord_edit_dm
Edit the plain-text content of a direct message that the bot has sent to a user.
Instructions
Edit the text content of a DM message previously sent by this bot. Only the bot's own DM messages can be edited. Use discord_edit_dm_embed for embed messages. Returns a confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Discord user ID (snowflake) of the DM recipient. | |
| message_id | Yes | ID of the target message within the DM conversation. | |
| content | Yes | New plain-text content that fully replaces the existing message (max 2000 characters). |