mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Fix typo in PartialMessageable docstring
This commit is contained in:
parent
58c1e8fabf
commit
4dc24a005a
@ -2116,7 +2116,7 @@ class GroupChannel(discord.abc.Messageable, Hashable):
|
|||||||
|
|
||||||
class PartialMessageable(discord.abc.Messageable, Hashable):
|
class PartialMessageable(discord.abc.Messageable, Hashable):
|
||||||
"""Represents a partial messageable to aid with working messageable channels when
|
"""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`.
|
The only way to construct this class is through :meth:`Client.get_partial_messageable`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user