Fix typo in ValueError message

This commit is contained in:
apple502j 2020-09-24 22:00:47 +09:00 committed by GitHub
parent de6c5ef675
commit dc6e9e7fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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