Skip to content

Commit e38d03f

Browse files
authored
docs(GuildMember): clarify display color (#9891)
1 parent 6a63c44 commit e38d03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/discord.js/src/structures/GuildMember.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class GuildMember extends Base {
202202
}
203203

204204
/**
205-
* The displayed color of this member in base 10
205+
* The displayed role color of this member in base 10
206206
* @type {number}
207207
* @readonly
208208
*/
@@ -211,7 +211,7 @@ class GuildMember extends Base {
211211
}
212212

213213
/**
214-
* The displayed color of this member in hexadecimal
214+
* The displayed role color of this member in hexadecimal
215215
* @type {string}
216216
* @readonly
217217
*/

0 commit comments

Comments
 (0)