diff options
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/message.py b/discord/message.py index 14b7fee4..304c807d 100644 --- a/discord/message.py +++ b/discord/message.py @@ -1496,8 +1496,8 @@ class Message(Hashable): Creates a public thread from this message. - You must have :attr:`~discord.Permissions.send_messages` and - :attr:`~discord.Permissions.use_threads` in order to create a thread. + You must have :attr:`~discord.Permissions.create_public_threads` in order to + create a public thread from a message. The channel this message belongs in must be a :class:`TextChannel`. |