Custom Command
FunctionsThreads Functions

$addUsersToThread

Adds one or more users to a thread.

Usage

$addUsersToThread[Thread ID;User 1 ID;User 2 ID;User 3 ID....]

Thread ID - ID of the thread where you want to add the user. User ID - User IDs to add.

Example

Add one user

$addUsersToThread[1024373454578917426;$authorID]

Add multiple users

$addUsersToThread[1024373454578917426;$authorID;788361834360864808]

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 30 seconds
  • Tracked By: Thread ID
  • Type: thread

Functions with the same type share cooldowns based on the same Tracked By value.

On this page