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

This commit is contained in:
bdistin
2018-04-09 02:56:48 -05:00
committed by Isabella
parent 384e96d51e
commit 7b9e84dff5

View File

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