mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
chore(Constants): update large_threshold default (#4698)
This commit is contained in:
@@ -155,7 +155,7 @@ class Guild extends Base {
|
||||
this.memberCount = data.member_count || this.memberCount;
|
||||
|
||||
/**
|
||||
* Whether the guild is "large" (has more than 250 members)
|
||||
* Whether the guild is "large" (has more than large_threshold members, 50 by default)
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.large = Boolean('large' in data ? data.large : this.large);
|
||||
|
||||
Reference in New Issue
Block a user