diff --git a/lib/structures/GuildChannel.js b/lib/structures/GuildChannel.js index 6802b7973..4f2174e60 100644 --- a/lib/structures/GuildChannel.js +++ b/lib/structures/GuildChannel.js @@ -86,6 +86,7 @@ class GuildChannel extends Channel { * @arg {Number} [options.bitrate] The bitrate of the channel (guild voice channels only) * @arg {Number} [options.userLimit] The channel user limit (guild voice channels only) * @arg {Number} [options.rateLimitPerUser] The time in seconds a user has to wait before sending another message (does not affect bots or users with manageMessages/manageChannel permissions) (guild text channels only) + * @arg {Boolean} [options.nsfw] The nsfw status of the channel (guild channels only) * @arg {Number?} [options.parentID] The ID of the parent channel category for this channel (guild text/voice channels only) * @arg {String} [reason] The reason to be displayed in audit logs * @returns {Promise}