mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
Fix typo in ValueError message
This commit is contained in:
parent
de6c5ef675
commit
dc6e9e7fd6
@ -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…
x
Reference in New Issue
Block a user