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

This commit is contained in:
advaith
2022-10-18 07:01:06 +03:00
committed by GitHub
parent 91a7762b5d
commit 5053ac30d9
4 changed files with 4 additions and 4 deletions
+1 -1
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,
/**
+1 -1
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,
/**
+1 -1
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,
/**
+1 -1
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,
/**