mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +00:00
feat(Guild): add mfaLevel property (#2451)
This commit is contained in:
parent
384e96d51e
commit
7b9e84dff5
1 changed files with 6 additions and 0 deletions
|
|
@ -158,6 +158,12 @@ class Guild {
|
||||||
*/
|
*/
|
||||||
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