Custom Command
FunctionsThreads Functions

$removeUsersFromThread

remove users from a thread

Usage

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

Example (remove the triggerer from a thread):

$removeUsersFromThread[1024373454578917426;$authorID]

Example (remove multiple users):

$removeUsersFromThread[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