Webpack build for branch master: 7b74b088ac

This commit is contained in:
Travis CI 2017-07-28 02:56:45 +00:00
parent 9f55f82f7c
commit 5ae1130e19
2 changed files with 2 additions and 2 deletions

View file

@ -17008,7 +17008,7 @@ class TextChannel extends GuildChannel {
* @type {boolean}
* @readonly
*/
this.nsfw = data.nsfw;
this.nsfw = !!data.nsfw;
this.lastMessageID = data.last_message_id;
}

File diff suppressed because one or more lines are too long