mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
explicit content filter for guilds (#1329)
This commit is contained in:
@@ -152,6 +152,12 @@ class Guild {
|
||||
*/
|
||||
this.verificationLevel = data.verification_level;
|
||||
|
||||
/**
|
||||
* The explicit content filter level of the guild.
|
||||
* @type {number}
|
||||
*/
|
||||
this.explicitContentFilter = data.explicit_content_filter;
|
||||
|
||||
/**
|
||||
* The timestamp the client user joined the guild at
|
||||
* @type {number}
|
||||
|
||||
Reference in New Issue
Block a user