docs(GuildMember): clarify display color (#9891)

This commit is contained in:
Bartek Szopka
2023-10-17 17:52:31 +02:00
committed by GitHub
parent 6a63c441fe
commit e38d03fbe7

View File

@@ -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
*/