$threadRemoveMember

Removes a user from a thread.

Syntax

$threadRemoveMember[Thread ID;User ID]

Parameters

  • Thread ID (Type: Snowflake || Flag: Required): The ID of the thread channel to remove the user from.
  • User ID (Type: Snowflake || Flag: Required): The user to remove from the thread.

Example

$nomention
$threadRemoveMember[878305123707785218;$authorID]

example