$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}
]
Tips
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 built-in cooldown. Why? Read more about cooldowns here.
- Cooldown: 3 minutes
- Tracked By: Channel ID
- Type:
threadchannel
Functions with the same type share cooldowns based on the same Tracked By value.