fix(BaseGuildTextChannel): call patch (#6298)

This commit is contained in:
monbrey
2021-08-05 08:45:26 +10:00
committed by GitHub
parent a6d4035176
commit 3eb41405f4

View File

@@ -39,6 +39,8 @@ class BaseGuildTextChannel extends GuildChannel {
* @type {boolean} * @type {boolean}
*/ */
this.nsfw = Boolean(data.nsfw); this.nsfw = Boolean(data.nsfw);
this._patch(data);
} }
_patch(data) { _patch(data) {