-
{threadPrivate}
: Checks if the given thread is private or not
- Argumente:
- channel = message.channel.id
- Beispielergebnis:
true
-
{threadOwnerId}
: Returns the user ID of the owner (creator) of the given thread
- Argumente:
- thread = message.channel.id
- Beispielergebnis:
1
-
{threadMemberCount}
: Returns the amount of members that joined the thread
- Argumente:
- thread = message.channel.id
- Beispielergebnis:
1
-
{threadMessageCount}
: Returns the approximate amount of messages in the given thread
- Argumente:
- thread = message.channel.id
- Beispielergebnis:
1
-
{threadArchivedAt}
: Returns the timestamp when the given thread was archived
- Argumente:
- thread = message.channel.id
- Beispielergebnis:
1
-
{threadLocked}
: Checks if the given thread is locked or not
- Argumente:
- channel = message.channel.id
- Beispielergebnis:
true
-
{threadJoin}
: Adds the given member to the given thread. If no member is specified, the bot will join the thread
- Argumente:
- channel = message.channel.id
- member = bot.user.id
- Beispielergebnis: <leer>
- Mit Eingabe:
{threadJoin}
- Mit Eingabe:
{threadJoin;2}
-
{threadLeave}
: Removes the given member from the given thread. If no member is specified, the bot will leave the thread
- Argumente:
- channel = message.channel.id
- member = bot.user.id
- Beispielergebnis: <leer>
- Mit Eingabe:
{threadLeave}
- Mit Eingabe:
{threadLeave;2}