diff options
| author | SYCKGit <[email protected]> | 2021-07-31 06:57:24 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-30 21:27:24 -0400 |
| commit | 56f800de9cfd8dc3e72061c2b7f67f258ef5d55c (patch) | |
| tree | 62524f01b8e6e95a31493b16df3ed5dbc813db97 | |
| parent | Add Thread.category (diff) | |
| download | discord.py-56f800de9cfd8dc3e72061c2b7f67f258ef5d55c.tar.xz discord.py-56f800de9cfd8dc3e72061c2b7f67f258ef5d55c.zip | |
Add Thread to Messageable docstring
| -rw-r--r-- | discord/abc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py index 2ed7b513..494f17e9 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1148,6 +1148,7 @@ class Messageable: - :class:`~discord.User` - :class:`~discord.Member` - :class:`~discord.ext.commands.Context` + - :class:`~discord.Thread` """ __slots__ = () |