$threadAddMember
Adds a user to a thread.
Syntax
$threadAddMember[Thread ID;User ID]
Parameters
Thread ID
(Type: Snowflake || Flag: Required)
: The ID of the thread channel to add the user to.User ID
(Type: Snowflake || Flag: Required)
: The user to add to the thread.
Example
$nomention
$var[thread;$startThread[Cool Thread;$channelID;;60;yes]]
$threadAddMember[$var[thread];$authorID]