$createThread Read Below
Create a thread, corresponding to the messageID specified in the function
Usage:
$createThread[Channel ID;Message ID;Thread Name;Reason;Duration (1h/1d/3d/7d)(optional);Return ID (yes/no)(optional);Private Thread? (yes/no)]
Example (Create Thread on user message):
$createThread[
{channel=$channelID}
{message=$messageID}
{name=Example}
]
Example (Create A private thread):
$createThread[
{channel=$channelID}
{message=$messageID}
{name=Example}
{private=yes}
]
TIP
This Command supports Curl Arguments, a link to the page explaining it, will get added when done
Function difficulty Difficult
Tags: channel create Threads Create Threads
⏱️ Function Cooldown
This function has a built-in cooldown to help prevent excessive usage.
| Property | Value |
|---|---|
| ⏱️ Duration | 3 minutes |
| 🆔 Tracked By | Channel ID |
| 🌐 Scope | Threadchannel |
Functions with the same Scope share cooldowns based on the same
Tracked Byvalue.
💎 Tier 3+ servers bypass this cooldown. See Premium Perks.