From 73b967019cd7e68c47936caed4917bd6ce91b703 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 3 May 2022 11:02:12 -0400 Subject: [PATCH] Fix documentation build for Client.get_partial_messageable --- discord/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/client.py b/discord/client.py index a5648de02..6aa28081a 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1057,8 +1057,8 @@ class Client: The optional guild ID to create a partial messageable for. This is not required to actually send messages, but it does allow the - :meth:`PartialMessageable.jump_url` and :attr:`PartialMessageable.guild` - properties to function properly. + :meth:`~discord.PartialMessageable.jump_url` and + :attr:`~discord.PartialMessageable.guild` properties to function properly. type: Optional[:class:`.ChannelType`] The underlying channel type for the partial messageable.