Fix typo in PartialMessageable docstring

This commit is contained in:
I. Ahmad 2022-03-20 13:11:35 +05:00 committed by GitHub
parent 58c1e8fabf
commit 4dc24a005a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.