diff --git a/deno/payloads/v10/channel.ts b/deno/payloads/v10/channel.ts index 222ae311..a59238ba 100644 --- a/deno/payloads/v10/channel.ts +++ b/deno/payloads/v10/channel.ts @@ -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, /** diff --git a/deno/payloads/v9/channel.ts b/deno/payloads/v9/channel.ts index f26c88a7..e7591a50 100644 --- a/deno/payloads/v9/channel.ts +++ b/deno/payloads/v9/channel.ts @@ -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, /** diff --git a/payloads/v10/channel.ts b/payloads/v10/channel.ts index 98ce836e..7cc5e236 100644 --- a/payloads/v10/channel.ts +++ b/payloads/v10/channel.ts @@ -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, /** diff --git a/payloads/v9/channel.ts b/payloads/v9/channel.ts index 16a6b4be..17eaab22 100644 --- a/payloads/v9/channel.ts +++ b/payloads/v9/channel.ts @@ -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, /**