From 65205a8e393224812514e5a0d35e1d247e7d8d53 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 10 Apr 2021 15:50:46 -0400 Subject: [PATCH] Fix Intents resolution in the docs --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 0daf011b7..c51a8a2e6 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 """