aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 587137ef..bda58085 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -683,7 +683,7 @@ class Client:
@property
def intents(self):
- """:class:`Intents`: The intents configured for this connection.
+ """:class:`~discord.Intents`: The intents configured for this connection.
.. versionadded:: 1.5
"""