diff --git a/src/helpers/channels/start_typing.ts b/src/helpers/channels/start_typing.ts index 2a7a09d79..4f65aa771 100644 --- a/src/helpers/channels/start_typing.ts +++ b/src/helpers/channels/start_typing.ts @@ -19,6 +19,9 @@ export async function startTyping(channelId: bigint) { DiscordChannelTypes.Dm, DiscordChannelTypes.GuildNews, DiscordChannelTypes.GuildText, + DiscordChannelTypes.GuildNewsThread, + DiscordChannelTypes.GuildPivateThread, + DiscordChannelTypes.GuildPublicThread, ].includes(channel.type) ) { throw new Error(Errors.CHANNEL_NOT_TEXT_BASED);