Skip to content

Commit

Permalink
Fix Client.premium_affinities doc pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfies committed Jan 12, 2025
1 parent 1e5c1d9 commit d354d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5204,7 +5204,7 @@ async def premium_affinities(self) -> List[User]:
Returns
-------
List[:class:`.User`]
List[:class:`discord.User`]
The users who share a premium subscription with the current user.
"""
state = self._connection
Expand Down

0 comments on commit d354d2c

Please sign in to comment.