Skip to content

Commit

Permalink
docs(GuildManager): increase fetch limit to 200 (#6406)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporoxx committed Aug 12, 2021
1 parent bbda3c4 commit 933d2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/GuildManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class GuildManager extends CachedManager {
* @typedef {Object} FetchGuildsOptions
* @property {Snowflake} [before] Get guilds before 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)
*/

/**
Expand Down

0 comments on commit 933d2c5

Please sign in to comment.