Skip to content

Commit

Permalink
docs: update misleading Client#guildMemberAvailable event descripti…
Browse files Browse the repository at this point in the history
…on (#8626)
  • Loading branch information
almeidx committed Sep 15, 2022
1 parent d14d47b commit 22ac6b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ class GuildMemberUpdateAction extends Action {
} else {
const newMember = guild.members._add(data);
/**
* Emitted whenever a member becomes available in a large guild.
* Emitted whenever a member becomes available.
* @event Client#guildMemberAvailable
* @param {GuildMember} member The member that became available
*/
Expand Down

0 comments on commit 22ac6b4

Please sign in to comment.