mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +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;
|
||||
|
||||
/**
|
||||
* The total number of users currently boosting this server
|
||||
* The total number of boosts for this server
|
||||
* @type {?number}
|
||||
* @name Guild#premiumSubscriptionCount
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue