diff --git a/src/structures/Guild.js b/src/structures/Guild.js index f99211907..5871418d0 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -158,6 +158,12 @@ class Guild { */ 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}