diff --git a/src/util/Constants.js b/src/util/Constants.js index 0c8f3f8ff..a94d9606f 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -56,7 +56,8 @@ exports.DefaultOptions = { /** * WebSocket options (these are left as snake_case to match the API) * @typedef {Object} WebsocketOptions - * @property {number} [large_threshold=250] Number of members in a guild to be considered large + * @property {number} [large_threshold=250] Number of members in a guild after which offline users will no longer be + * sent in the initial guild member list, must be between 50 and 250 * @property {IntentsResolvable} [intents] Intents to enable for this connection */ ws: {