Browse Source

Add Thread to Messageable docstring

pull/7313/head
SYCKGit 4 years ago
committed by GitHub
parent
commit
56f800de9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/abc.py

1
discord/abc.py

@ -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__ = ()

Loading…
Cancel
Save