diff options
| author | Rapptz <[email protected]> | 2021-05-05 20:51:06 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-06-08 07:26:22 -0400 |
| commit | d0d2d7ea62e4aec95c4c2b5338c9f11f4f965b42 (patch) | |
| tree | 3f9c01dc0b006d39b41a59c64c2b92f97e24884b /discord/channel.py | |
| parent | Add thread related permissions (diff) | |
| download | discord.py-d0d2d7ea62e4aec95c4c2b5338c9f11f4f965b42.tar.xz discord.py-d0d2d7ea62e4aec95c4c2b5338c9f11f4f965b42.zip | |
Clarify actions that require manage_threads permission
Diffstat (limited to 'discord/channel.py')
| -rw-r--r-- | discord/channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py index 291fd611..058cd3cb 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -674,7 +674,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): """Returns an :class:`~discord.AsyncIterator` that iterates over all archived threads in the guild. You must have :attr:`~Permissions.read_message_history` to use this. If iterating over private threads - then :attr:`~Permissions.manage_messages` is also required. + then :attr:`~Permissions.manage_threads` is also required. Parameters ----------- |