diff --git a/src/structures/Guild.js b/src/structures/Guild.js index a0824aabd..ae12a6a18 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -170,6 +170,12 @@ class Guild extends Base { */ this.explicitContentFilter = data.explicit_content_filter; + /** + * The required MFA level for the guild + * @type {number} + */ + this.mfaLevel = data.mfa_level; + /** * The timestamp the client user joined the guild at * @type {number}