From b90d383647eee74d18fd0206be6eea080352f066 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:00:42 +0100 Subject: [PATCH] Fix docs Co-authored-by: lmaotrigine <57328245+lmaotrigine@users.noreply.github.com> --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index e7a355f6b..a8ea88f1e 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1073,7 +1073,7 @@ class Client: Returns -------- - Optional[:class:`User`] + Optional[:class:`~discord.User`] The user sharing a server with the bot with the associated name. If not found then ``None`` is returned. """