aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-04-10 15:50:46 -0400
committerRapptz <[email protected]>2021-04-15 09:00:09 -0400
commit65205a8e393224812514e5a0d35e1d247e7d8d53 (patch)
tree6d1fa3ce1465b589a92b5842228eabee384fb9a3
parentBring back discord module in discord.ext.commands documentation (diff)
downloaddiscord.py-65205a8e393224812514e5a0d35e1d247e7d8d53.tar.xz
discord.py-65205a8e393224812514e5a0d35e1d247e7d8d53.zip
Fix Intents resolution in the docs
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 0daf011b..c51a8a2e 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -764,7 +764,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
"""