From 4dc24a005a5f78c1fc004667dd5241c8fc3eb253 Mon Sep 17 00:00:00 2001 From: "I. Ahmad" <54180221+nerdguyahmad@users.noreply.github.com> Date: Sun, 20 Mar 2022 13:11:35 +0500 Subject: [PATCH] Fix typo in PartialMessageable docstring --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index cbb9437c8..7238124cb 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -2116,7 +2116,7 @@ class GroupChannel(discord.abc.Messageable, Hashable): class PartialMessageable(discord.abc.Messageable, Hashable): """Represents a partial messageable to aid with working messageable channels when - only a channel ID are present. + only a channel ID is present. The only way to construct this class is through :meth:`Client.get_partial_messageable`.