aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/state.py b/discord/state.py
index 22966d16..3257d41d 100644
--- a/discord/state.py
+++ b/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: