discord_create_thread
Create a Discord thread either from an existing message or as a standalone thread in a channel, with options for type, slowmode, and auto-archive duration.
Instructions
Create a thread. Pass messageId to thread off a message, otherwise a standalone thread in the channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | No | 11 public, 12 private (standalone only) | |
| channelId | Yes | ||
| messageId | No | ||
| slowmodeSeconds | No | ||
| autoArchiveMinutes | No | 60, 1440, 4320, or 10080 |