Skip to content

Commit

Permalink
docs(Channel): fix description of thread channel types (#5968)
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi committed Jun 29, 2021
1 parent 6264c60 commit 853be62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/structures/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Channel extends Base {
* * `category` - a guild category channel
* * `news` - a guild news channel
* * `store` - a guild store channel
* * `news_thread` - a guild news channels' public thread channel
* * `public_thread` - a guild text channels' public thread channel
* * `private_thread` - a guild text channels' private thread channel
* * `news_thread` - a guild news channel's public thread channel
* * `public_thread` - a guild text channel's public thread channel
* * `private_thread` - a guild text channel's private thread channel
* * `stage` - a guild stage channel
* * `unknown` - a generic channel of unknown type, could be Channel or GuildChannel
* @type {string}
Expand Down

0 comments on commit 853be62

Please sign in to comment.