mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
Webpack build for branch master: d189b51da5
This commit is contained in:
parent
151ea99d78
commit
5e7335e3b8
2 changed files with 9 additions and 3 deletions
|
|
@ -6057,6 +6057,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}
|
||||||
|
|
|
||||||
6
discord.master.min.js
vendored
6
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue