docs(GuildMember): joinedAt is nullable

See: ecf6e2b62d
This commit is contained in:
SpaceEEC
2018-06-21 21:24:53 +02:00
parent 493ba73037
commit bd3d8d48c0

View File

@@ -110,7 +110,7 @@ class GuildMember {
/** /**
* The time this member joined the guild * The time this member joined the guild
* @type {Date} * @type {?Date}
* @readonly * @readonly
*/ */
get joinedAt() { get joinedAt() {