mirror of
https://github.com/danbulant/discord.js
synced 2026-06-04 15:21:22 +00:00
feat(Guild): add mfaLevel property (#2451)
This commit is contained in:
parent
2bf68dcdfb
commit
b3ff7c728e
1 changed files with 6 additions and 0 deletions
|
|
@ -170,6 +170,12 @@ class Guild extends Base {
|
||||||
*/
|
*/
|
||||||
this.explicitContentFilter = data.explicit_content_filter;
|
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
|
* The timestamp the client user joined the guild at
|
||||||
* @type {number}
|
* @type {number}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue