Create thread
create_threadCreate a thread in a Discord channel: standalone, branched from a message, or private invite-only.
Instructions
Start a thread in a text or announcement channel: standalone, branched from a message when message_id is given, or private (invite-only) when asked. For a post in a forum channel, use create_forum_post instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Parent channel name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| name | Yes | ||
| message_id | No | Branch the thread from this message. | |
| private | No | Invite-only thread; only works standalone. | |
| auto_archive_minutes | No | Inactivity timeout: 60, 1440, 4320, or 10080. Default 1440. | |
| slowmode_seconds | No |