From bd349650a786df87baf810131815828372340051 Mon Sep 17 00:00:00 2001 From: Souji Date: Thu, 4 Jun 2020 12:56:48 +0200 Subject: [PATCH] docs(Guild): description of Guild#premiumSubscriptionCount (#4324) --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 38cf203e8..05b211479 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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 */