docs: update

This commit is contained in:
Elysia 2023-07-17 21:24:45 +07:00
parent 136e89c076
commit 6f95b6ddeb
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -541,6 +541,7 @@ class GuildMemberManager extends CachedManager {
/**
* Experimental method to fetch all members from the guild.
* <info>Lists up to 10000 members of the guild.</info>
* @param {number} [timeout=120000] Timeout for receipt of members in ms
* @returns {Promise<Collection<Snowflake, GuildMember>>}
*/