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:",