Skip to content

Commit

Permalink
fix embed color
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnipers committed Feb 23, 2025
1 parent a7a4720 commit 5bd42ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/client/guild/guildMemberUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module.exports = {
}

const embed = new EmbedBuilder()
.setColor(0x3498db)
.setColor("#ff00b3")
.setAuthor({
name: `${newMember.user.tag} (${newMember.id})`,
iconURL: newValues.Avatar,
Expand Down

0 comments on commit 5bd42ed

Please sign in to comment.