Skip to content

Commit

Permalink
feat(Guild): add mfaLevel property (#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin authored and Lewdcario committed Apr 26, 2018
1 parent 384e96d commit 7b9e84d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/structures/Guild.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7b9e84d

Please sign in to comment.