Webpack build for branch 11.1-dev: 46a50cb57c

This commit is contained in:
Travis CI 2017-07-28 03:23:39 +00:00
parent 805c060064
commit 3167a35e59
2 changed files with 2 additions and 2 deletions

View file

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

File diff suppressed because one or more lines are too long