aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornumbermaniac <[email protected]>2020-05-25 15:20:42 +1000
committerRapptz <[email protected]>2020-05-29 23:24:06 -0400
commit0140e1ed6ae9bb49076af456c407629b8286785e (patch)
tree0b16e7249b63ffdbc186066dc98bde1dd92b9407
parentAllow editing of channel types for news and text channels (diff)
downloaddiscord.py-0140e1ed6ae9bb49076af456c407629b8286785e.tar.xz
discord.py-0140e1ed6ae9bb49076af456c407629b8286785e.zip
Fix documentation string for guild.premium_subscription_count
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 04a532d9..5d212ccc 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -146,7 +146,7 @@ class Guild(Hashable):
The premium tier for this guild. Corresponds to "Nitro Server" in the official UI.
The number goes from 0 to 3 inclusive.
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`]
The preferred locale for the guild. Used when filtering Server Discovery
results to a specific language.