Browse Source
Fix typo in PartialMessageable docstring
pull/7767/head
I. Ahmad
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/channel.py
|
@ -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`. |
|
|
|
|
|
|
|
|