Fix documentation string for guild.premium_subscription_count

This commit is contained in:
numbermaniac 2020-05-25 15:20:42 +10:00 committed by Rapptz
parent bd1420b5f0
commit 0140e1ed6a

View File

@ -146,7 +146,7 @@ class Guild(Hashable):
The premium tier for this guild. Corresponds to "Nitro Server" in the official UI. The premium tier for this guild. Corresponds to "Nitro Server" in the official UI.
The number goes from 0 to 3 inclusive. The number goes from 0 to 3 inclusive.
premium_subscription_count: :class:`int` premium_subscription_count: :class:`int`
How many users have currently "boosted" this guild. The number of "boosts" this guild currently has.
preferred_locale: Optional[:class:`str`] preferred_locale: Optional[:class:`str`]
The preferred locale for the guild. Used when filtering Server Discovery The preferred locale for the guild. Used when filtering Server Discovery
results to a specific language. results to a specific language.