diff options
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/message.py b/discord/message.py index 22d3b160..2f499b60 100644 --- a/discord/message.py +++ b/discord/message.py @@ -1485,6 +1485,8 @@ class Message(Hashable): :attr:`~discord.Permissions.use_threads` in order to create a thread. The channel this message belongs in must be a :class:`TextChannel`. + + .. versionadded:: 2.0 Parameters ----------- |