App Logo
discord.com

reply_to_message

Reply to a specific Discord message, addressed by its own url. Unlike discord.com/post_message, this creates a proper reply — visible as a reference to the original message rather than a plain new post in the channel. Returns the new message's id, channel id, timestamp and content, plus the id of the message it replied to.

Input

message required

The reply text. Discord's own limit is 2000 characters.

messageUrl required

Full url of the message to reply to, 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

sent required
channelId required
repliedTo required

The id of the message this replied to, as Discord's own response records it.

content optional
messageId optional
timestamp optional

FAQ

Reply to a specific Discord message, addressed by its own url. Unlike discord.com/post_message, this creates a proper reply — visible as a reference to the original message rather than a plain new post in the channel. Returns the new message's id, channel id, timestamp and content, plus the id of the message it replied to.
Required: messageUrl, message.
It returns sent, content, channelId, messageId, repliedTo, timestamp.
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/reply_to_message, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/discord.com/reply_to_message
It is part of Reduck's official curated catalogue.

Start building not clicking