Clarify actions that require manage_threads permission

This commit is contained in:
Rapptz
2021-05-05 20:51:06 -04:00
parent 5a72391b72
commit d0d2d7ea62
3 changed files with 35 additions and 7 deletions

View File

@@ -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
-----------