mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(GuildMember): clarify display color (#9891)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user