Edit Discord Message
discord_edit_messageEdit a previously sent bot message in a Discord channel by specifying the channel ID, message ID, and new content. Overwrites the message text up to 2000 characters.
Instructions
Edit a message sent by the bot.
Args:
channel_id (string): Discord channel ID
message_id (string): Message ID to edit
content (string): New message content (max 2000 characters)
Returns: Confirmation of edit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New message content (max 2000 characters) | |
| channel_id | Yes | Discord channel ID (snowflake) | |
| message_id | Yes | Discord message ID (snowflake) |