docs: correct Guild#memberCount (#2812)

This commit is contained in:
Souji
2018-08-30 07:15:05 +02:00
committed by Isabella
parent cd58599caf
commit da2d4d7230

View File

@@ -106,7 +106,7 @@ class Guild {
this.region = data.region;
/**
* The full amount of members in this guild as of `READY`
* The full amount of members in this guild
* @type {number}
*/
this.memberCount = data.member_count || this.memberCount;