From de8d26d7918eb54dccef7f5a3579d7697c0147fe Mon Sep 17 00:00:00 2001 From: Advaith Date: Wed, 12 Aug 2020 03:17:13 -0700 Subject: [PATCH] docs(Constants): Improve large_threshold description (#3744) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vlad Frangu Co-authored-by: Antonio Román Co-authored-by: Crawl --- src/util/Constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: {