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