mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
docs(GuildManager): increase fetch limit to 200 (#6406)
This commit is contained in:
@@ -253,7 +253,7 @@ class GuildManager extends CachedManager {
|
|||||||
* @typedef {Object} FetchGuildsOptions
|
* @typedef {Object} FetchGuildsOptions
|
||||||
* @property {Snowflake} [before] Get guilds before this guild id
|
* @property {Snowflake} [before] Get guilds before this guild id
|
||||||
* @property {Snowflake} [after] Get guilds after this guild id
|
* @property {Snowflake} [after] Get guilds after this guild id
|
||||||
* @property {number} [limit=100] Maximum number of guilds to request (1-100)
|
* @property {number} [limit=200] Maximum number of guilds to request (1-200)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user