App Logo
discord.com

Edit Discord message

Edit the text of one of your own Discord messages, addressed by its url. Discord marks an edited message with an "(edited)" tag visible to everyone. Returns the message's id, channel id, the new content as Discord stored it, and the edit timestamp. Only your own messages can be edited — Discord's UI offers no edit control on anyone else's.

Input

content required

The full replacement text. This replaces the message entirely, it does not append.

messageUrl required

Full url of your own message, e.g. https://discord.com/channels/<guildId>/<channelId>/<messageId>. discord.com/read_messages or discord.com/search_messages return the ids to build one.

Output

edited required
content required
channelId required
messageId required
previousContent required
editedTimestamp optional

FAQ

Edit the text of one of your own Discord messages, addressed by its url. Discord marks an edited message with an "(edited)" tag visible to everyone. Returns the message's id, channel id, the new content as Discord stored it, and the edit timestamp. Only your own messages can be edited — Discord's UI offers no edit control on anyone else's.
Required: messageUrl, content.
It returns edited, content, channelId, messageId, editedTimestamp, previousContent.
Yes. It acts as you on discord.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the discord.com cookies saved by the Reduck extension.
It makes changes on discord.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/discord.com/edit_message, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/discord.com/edit_message
It is part of Reduck's official curated catalogue.

Start building not clicking