docs(Guild): description of Guild#premiumSubscriptionCount (#4324)

This commit is contained in:
Souji
2020-06-04 12:56:48 +02:00
committed by GitHub
parent 88a62d5fea
commit bd349650a7

View File

@@ -223,7 +223,7 @@ class Guild extends Base {
this.premiumTier = data.premium_tier;
/**
* The total number of users currently boosting this server
* The total number of boosts for this server
* @type {?number}
* @name Guild#premiumSubscriptionCount
*/