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}