mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 04:31:05 +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;
|
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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue