From d189b51da525d44590208e263c382ad4ebcb2542 Mon Sep 17 00:00:00 2001 From: Isabella Date: Sat, 1 Apr 2017 13:16:30 -0600 Subject: [PATCH] explicit content filter for guilds (#1329) --- src/structures/Guild.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index ee1cc716b..3a2aa0099 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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}