mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
feat(Guild): add mfaLevel property (#2451)
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user