discord_reply_to_forum
Send a follow-up message in an existing Discord forum post by providing the thread ID and message content.
Instructions
Post a follow-up message inside an existing forum post (thread). Requires the Send Messages in Threads permission (shown as 'Send Messages in Posts' for forums). Use discord_create_forum_post to start a new post instead. Returns the new message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Plain-text body of the reply (max 2000 characters). | |
| thread_id | Yes | ID (snowflake) of the forum post (thread) to reply in. |