Webpack build for branch master: d189b51da5

This commit is contained in:
Travis CI 2017-04-01 19:18:19 +00:00
parent 151ea99d78
commit 5e7335e3b8
2 changed files with 9 additions and 3 deletions

View file

@ -6057,6 +6057,12 @@ class Guild {
*/
this.verificationLevel = data.verification_level;
/**
* The explicit content filter level of the guild.
* @type {number}
*/
this.explicitContentFilter = data.explicit_content_filter;
/**
* The timestamp the client user joined the guild at
* @type {number}

File diff suppressed because one or more lines are too long