feat(Guild): add mfaLevel property (#2451)

This commit is contained in:
bdistin
2018-04-09 02:56:48 -05:00
committed by SpaceEEC
parent 2bf68dcdfb
commit b3ff7c728e

View File

@@ -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}