mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 04:31:05 +00:00
Fix guildMembersChunk documents for v11.1-dev (#1734)
This commit is contained in:
parent
46a50cb57c
commit
e7ebb23f14
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class GuildMembersChunkHandler extends AbstractHandler {
|
||||||
/**
|
/**
|
||||||
* Emitted whenever a chunk of guild members is received (all members come from the same guild).
|
* Emitted whenever a chunk of guild members is received (all members come from the same guild).
|
||||||
* @event Client#guildMembersChunk
|
* @event Client#guildMembersChunk
|
||||||
* @param {Collection<Snowflake, GuildMember>} members The members in the chunk
|
* @param {GuildMember[]} members The members in the chunk
|
||||||
* @param {Guild} guild The guild related to the member chunk
|
* @param {Guild} guild The guild related to the member chunk
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue