mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
explicit content filter for guilds (#1329)
This commit is contained in:
@@ -152,6 +152,12 @@ class Guild {
|
|||||||
*/
|
*/
|
||||||
this.verificationLevel = data.verification_level;
|
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
|
* The timestamp the client user joined the guild at
|
||||||
* @type {number}
|
* @type {number}
|
||||||
|
|||||||
Reference in New Issue
Block a user