Skip to content

Commit

Permalink
fix(BaseGuildTextChannel): call patch (#6298)
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey committed Aug 4, 2021
1 parent a6d4035 commit 3eb4140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/structures/BaseGuildTextChannel.js
Expand Up @@ -39,6 +39,8 @@ class BaseGuildTextChannel extends GuildChannel {
* @type {boolean}
*/
this.nsfw = Boolean(data.nsfw);

this._patch(data);
}

_patch(data) {
Expand Down

0 comments on commit 3eb4140

Please sign in to comment.