diff options
Diffstat (limited to 'discord/client.py')
| -rw-r--r-- | discord/client.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/client.py b/discord/client.py index ba7fc666..c3c15452 100644 --- a/discord/client.py +++ b/discord/client.py @@ -132,8 +132,6 @@ class Client: currently selected intents. .. versionadded:: 1.5 - fetch_offline_members: :class:`bool` - A deprecated alias of ``chunk_guilds_at_startup``. chunk_guilds_at_startup: :class:`bool` Indicates if :func:`.on_ready` should be delayed to chunk all guilds at start-up if necessary. This operation is incredibly slow for large |