mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
explicit content filter for guilds (#1329)
This commit is contained in:
parent
270bbc2731
commit
d189b51da5
1 changed files with 6 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue