From cdef1c8bbaaa18f543d49411f125b4a814cd01e8 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Fri, 6 Feb 2026 18:43:22 -0600 Subject: [PATCH] can't change forums either --- src/webpage/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/channel.ts b/src/webpage/channel.ts index 5abe1b7..4196f42 100644 --- a/src/webpage/channel.ts +++ b/src/webpage/channel.ts @@ -428,7 +428,7 @@ class Channel extends SnowFlake { }, times, ); - if (this.type !== 4 && !this.isThread()) { + if (this.type !== 4 && !this.isThread() && !this.isForum()) { const options = ["voice", "text", "announcement"] as const; form.addSelect( "Type:",