can't change forums either

This commit is contained in:
MathMan05
2026-02-06 18:43:22 -06:00
parent 02a23393fe
commit cdef1c8bba
+1 -1
View File
@@ -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:",