mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 21:13:30 +01:00
docs(Guild): description of Guild#premiumSubscriptionCount (#4324)
This commit is contained in:
@@ -223,7 +223,7 @@ class Guild extends Base {
|
|||||||
this.premiumTier = data.premium_tier;
|
this.premiumTier = data.premium_tier;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The total number of users currently boosting this server
|
* The total number of boosts for this server
|
||||||
* @type {?number}
|
* @type {?number}
|
||||||
* @name Guild#premiumSubscriptionCount
|
* @name Guild#premiumSubscriptionCount
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user