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 SpaceEEC committed Apr 9, 2018
1 parent 2bf68dc commit b3ff7c7
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 @@ -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}
Expand Down

0 comments on commit b3ff7c7

Please sign in to comment.