$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}
]

DANGER

You can only use the durations, allowed by your boosting level! Please do not try to use 7d if your server hasn't got level 3 boosting perks

DANGER

You can make private threads only if your server perks allow it.

Related Functions

$createChannel, create a channel

$createRole, create a role

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