Browse Source

Fix Intents resolution in the docs

pull/6698/head
Rapptz 4 years ago
parent
commit
d5ad269b35
  1. 2
      discord/client.py

2
discord/client.py

@ -683,7 +683,7 @@ class Client:
@property @property
def intents(self): def intents(self):
""":class:`Intents`: The intents configured for this connection. """:class:`~discord.Intents`: The intents configured for this connection.
.. versionadded:: 1.5 .. versionadded:: 1.5
""" """

Loading…
Cancel
Save