Skip to content

Commit

Permalink
Update Member.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 3, 2024
1 parent 1b412e1 commit c7e19fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/Member.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ class Member {
this.guild.members.set(userId, this);
this.#_client._emitDebug(
GLUON_DEBUG_LEVELS.INFO,
`CACHE MEMBER ${guildId} ${data.id}`,
`CACHE MEMBER ${guildId} ${userId}`,
);
} else {
this.#_client._emitDebug(
GLUON_DEBUG_LEVELS.INFO,
`NO CACHE MEMBER ${guildId} ${data.id} (${memberIsClient} ${nocache} ${shouldCache})`,
`NO CACHE MEMBER ${guildId} ${userId} (${memberIsClient} ${nocache} ${shouldCache})`,
);
}
}
Expand Down

0 comments on commit c7e19fc

Please sign in to comment.