diff --git a/src/structures/BaseGuildTextChannel.js b/src/structures/BaseGuildTextChannel.js index 9571d239c191..0e1fd13f8371 100644 --- a/src/structures/BaseGuildTextChannel.js +++ b/src/structures/BaseGuildTextChannel.js @@ -39,6 +39,8 @@ class BaseGuildTextChannel extends GuildChannel { * @type {boolean} */ this.nsfw = Boolean(data.nsfw); + + this._patch(data); } _patch(data) {