diff --git a/src/webpage/channel.ts b/src/webpage/channel.ts index 843de7b..d6ed6d2 100644 --- a/src/webpage/channel.ts +++ b/src/webpage/channel.ts @@ -209,6 +209,7 @@ class Channel extends SnowFlake { fetchURL: this.info.api + "/channels/" + this.id, method: "PATCH", headers: this.headers, + traditionalSubmit: true, }); form.addTextInput(I18n.getTranslation("channel.name:"), "name", { initText: this.name,