From b3ff7c728ee005f7c07f6f521f90dd0fcc5ae3cb Mon Sep 17 00:00:00 2001 From: bdistin Date: Mon, 9 Apr 2018 02:56:48 -0500 Subject: [PATCH] feat(Guild): add mfaLevel property (#2451) --- src/structures/Guild.js | 6 ++++++ 1 file changed, 6 insertions(+) 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}