Skip to content

Commit

Permalink
docs(ChannelType): publicthreads can be in forum channels (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Oct 18, 2022
1 parent 91a7762 commit 5053ac3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno/payloads/v10/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export enum ChannelType {
*/
AnnouncementThread = 10,
/**
* A temporary sub-channel within a Guild Text channel
* A temporary sub-channel within a Guild Text or Guild Forum channel
*/
PublicThread,
/**
Expand Down
2 changes: 1 addition & 1 deletion deno/payloads/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export enum ChannelType {
*/
AnnouncementThread = 10,
/**
* A temporary sub-channel within a Guild Text channel
* A temporary sub-channel within a Guild Text or Guild Forum channel
*/
PublicThread,
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v10/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export enum ChannelType {
*/
AnnouncementThread = 10,
/**
* A temporary sub-channel within a Guild Text channel
* A temporary sub-channel within a Guild Text or Guild Forum channel
*/
PublicThread,
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export enum ChannelType {
*/
AnnouncementThread = 10,
/**
* A temporary sub-channel within a Guild Text channel
* A temporary sub-channel within a Guild Text or Guild Forum channel
*/
PublicThread,
/**
Expand Down

1 comment on commit 5053ac3

@vercel
Copy link

@vercel vercel bot commented on 5053ac3 Oct 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.