diff options
| author | Rapptz <[email protected]> | 2021-04-10 15:50:46 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-15 09:00:09 -0400 |
| commit | 65205a8e393224812514e5a0d35e1d247e7d8d53 (patch) | |
| tree | 6d1fa3ce1465b589a92b5842228eabee384fb9a3 | |
| parent | Bring back discord module in discord.ext.commands documentation (diff) | |
| download | discord.py-65205a8e393224812514e5a0d35e1d247e7d8d53.tar.xz discord.py-65205a8e393224812514e5a0d35e1d247e7d8d53.zip | |
Fix Intents resolution in the docs
| -rw-r--r-- | discord/client.py | 2 |
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 """ |