docs(ChannelType): publicthreads can be in forum channels (#610)

This commit is contained in:
advaith
2022-10-17 21:01:06 -07:00
committed by GitHub
parent 91a7762b5d
commit 5053ac30d9
4 changed files with 4 additions and 4 deletions

View File

@@ -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,
/**

View File

@@ -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,
/**

View File

@@ -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,
/**

View File

@@ -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,
/**