aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-06-12 23:46:12 -0400
committerRapptz <[email protected]>2016-06-12 23:46:12 -0400
commitfec459e755471d716081946a8d825304219e39f9 (patch)
tree5691dda2875545021ef5f8b066302f887c99b880
parentGive Client.email a default value of None. (diff)
downloaddiscord.py-fec459e755471d716081946a8d825304219e39f9.tar.xz
discord.py-fec459e755471d716081946a8d825304219e39f9.zip
Document Server.large
-rw-r--r--discord/server.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/server.py b/discord/server.py
index 30896ba9..e330fe6b 100644
--- a/discord/server.py
+++ b/discord/server.py
@@ -82,6 +82,10 @@ class Server(Hashable):
all be None. It is best to not do anything with the server if it is unavailable.
Check the :func:`on_server_unavailable` and :func:`on_server_available` events.
+ large : bool
+ Indicates if the server is a 'large' server. A large server is defined as having
+ more than ``large_threshold`` count members, which for this library is set to
+ the maximum of 250.
"""
__slots__ = ['afk_timeout', 'afk_channel', '_members', '_channels', 'icon',