Skip to content

Commit

Permalink
nsfw option missing in guildchannel.edit jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skillz4Killz committed Nov 18, 2019
1 parent bd3d5c8 commit 5fd958c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/structures/GuildChannel.js
Expand Up @@ -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<CategoryChannel | TextChannel | VoiceChannel | NewsChannel>}
Expand Down

0 comments on commit 5fd958c

Please sign in to comment.