docs(Constants): Improve large_threshold description (#3744)

Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: Crawl <icrawltogo@gmail.com>
This commit is contained in:
Advaith
2020-08-12 03:17:13 -07:00
committed by GitHub
parent 5be6630843
commit de8d26d791

View File

@@ -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: {