$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