From b38c378bece7a8963feefb5b667a409e048a66b8 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 4 Feb 2026 12:00:12 -0600 Subject: [PATCH] forum fixes --- src/util/entities/Channel.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/entities/Channel.ts b/src/util/entities/Channel.ts index d57d83614..1fb681f6c 100644 --- a/src/util/entities/Channel.ts +++ b/src/util/entities/Channel.ts @@ -228,6 +228,8 @@ export class Channel extends BaseClass { case ChannelType.GUILD_PRIVATE_THREAD: case ChannelType.GUILD_NEWS_THREAD: case ChannelType.GUILD_TEXT: + case ChannelType.GUILD_FORUM: + case ChannelType.GUILD_MEDIA: case ChannelType.GUILD_NEWS: case ChannelType.GUILD_VOICE: if (channel.parent_id && !opts?.skipExistsCheck) {