mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 13:10:42 +00:00
docs(Guild): description of Guild#premiumSubscriptionCount (#4324)
This commit is contained in:
parent
88a62d5fea
commit
bd349650a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue