Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit d5ad269

Browse files
committed
Fix Intents resolution in the docs
1 parent 42c3ee6 commit d5ad269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def allowed_mentions(self, value):
683683

684684
@property
685685
def intents(self):
686-
""":class:`Intents`: The intents configured for this connection.
686+
""":class:`~discord.Intents`: The intents configured for this connection.
687687
688688
.. versionadded:: 1.5
689689
"""

0 commit comments

Comments
 (0)