diff --git a/src/structures/Guild.js b/src/structures/Guild.js index bddf90f61..733a1fdb6 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -300,7 +300,7 @@ class Guild extends Base { * @type {?number} * @name Guild#maximumPresences */ - if (typeof data.max_presences !== 'undefined') this.maximumPresences = data.max_presences || 5000; + if (typeof data.max_presences !== 'undefined') this.maximumPresences = data.max_presences || 25000; /** * The vanity URL code of the guild, if any