Browse Source

Fix typo in ValueError message

pull/5853/head
apple502j 5 years ago
committed by GitHub
parent
commit
dc6e9e7fd6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/state.py

2
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:

Loading…
Cancel
Save