Add Thread to Messageable docstring

This commit is contained in:
SYCKGit 2021-07-31 06:57:24 +05:30 committed by GitHub
parent 8db79d2579
commit 56f800de9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1148,6 +1148,7 @@ class Messageable:
- :class:`~discord.User` - :class:`~discord.User`
- :class:`~discord.Member` - :class:`~discord.Member`
- :class:`~discord.ext.commands.Context` - :class:`~discord.ext.commands.Context`
- :class:`~discord.Thread`
""" """
__slots__ = () __slots__ = ()