Skip to content

Commit

Permalink
Update eventHandler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 16, 2024
1 parent 145b71a commit a2388a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway/eventHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class EventHandler {
guildId: data.guild_id,
});

member.guild.incrementMemberCount();
member.guild._incrementMemberCount();

this.#_client.emit(EVENTS.GUILD_MEMBER_ADD, member);
}
Expand Down

0 comments on commit a2388a4

Please sign in to comment.