Skip to content

Commit

Permalink
fix: add missing thread event (discordjs#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey authored Oct 4, 2021
1 parent 904bc39 commit 1bb827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/additional-info/changes-in-v13.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Refer to the [message components](/interactions/buttons.html) section of this gu

discord.js now has support for threads! Threads are a new type of sub-channel that can be used to help separate conversations into a more meaningful flow.

This introduces the `ThreadManager` class, which can be found as `TextChannel#threads`, in addition to `ThreadChannel`, `ThreadMemberManager`, and `ThreadMember`. There are also five new events: `threadCreate`, `threadDelete`, `threadListSync`, `threadMemberUpdate`, and `threadMembersUpdate`.
This introduces the `ThreadManager` class, which can be found as `TextChannel#threads`, in addition to `ThreadChannel`, `ThreadMemberManager`, and `ThreadMember`. There are also five new events: `threadCreate`, `threadUpdate`, `threadDelete`, `threadListSync`, `threadMemberUpdate`, and `threadMembersUpdate`.

Refer to the [threads](/popular-topics/threads.html) section of this guide to get started.

Expand Down

0 comments on commit 1bb827b

Please sign in to comment.