explicit content filter for guilds (#1329)

This commit is contained in:
Isabella
2017-04-01 13:16:30 -06:00
committed by Crawl
parent 270bbc2731
commit d189b51da5

View File

@@ -152,6 +152,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}