diff --git a/src/structures/TextChannel.js b/src/structures/TextChannel.js index e77947c26170a..10b5d7cb39a19 100644 --- a/src/structures/TextChannel.js +++ b/src/structures/TextChannel.js @@ -41,7 +41,7 @@ class TextChannel extends GuildChannel { * @type {boolean} * @readonly */ - this.nsfw = data.nsfw; + this.nsfw = data.nsfw || /^nsfw(-|$)/.test(this.name); /** * The ID of the last message sent in this channel, if one was sent