diff options
| author | Rapptz <[email protected]> | 2021-04-10 15:50:46 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-10 15:50:46 -0400 |
| commit | d5ad269b35782f968d44b1d071211b53bf74105c (patch) | |
| tree | 0b1c9c9804494839fdcc653bae31b4207fa097d2 | |
| parent | Bring back discord module in discord.ext.commands documentation (diff) | |
| download | discord.py-d5ad269b35782f968d44b1d071211b53bf74105c.tar.xz discord.py-d5ad269b35782f968d44b1d071211b53bf74105c.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 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 """ |