apple502j
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/state.py
|
|
@ -151,7 +151,7 @@ class ConnectionState: |
|
|
|
|
|
|
|
# Ensure these two are set properly |
|
|
|
if not intents.members and self._chunk_guilds: |
|
|
|
raise ValueError('Intents.members has be enabled to chunk guilds at startup.') |
|
|
|
raise ValueError('Intents.members must be enabled to chunk guilds at startup.') |
|
|
|
|
|
|
|
cache_flags = options.get('member_cache_flags', None) |
|
|
|
if cache_flags is None: |
|
|
|