Skip to content

Commit

Permalink
docs(GuildMember): clarify display color (#9891)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Oct 17, 2023
1 parent 6a63c44 commit e38d03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/discord.js/src/structures/GuildMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class GuildMember extends Base {
}

/**
* The displayed color of this member in base 10
* The displayed role color of this member in base 10
* @type {number}
* @readonly
*/
Expand All @@ -211,7 +211,7 @@ class GuildMember extends Base {
}

/**
* The displayed color of this member in hexadecimal
* The displayed role color of this member in hexadecimal
* @type {string}
* @readonly
*/
Expand Down

0 comments on commit e38d03f

Please sign in to comment.